/* * ഓം ബ്രഹ്മാർപ്പണം * .prettierrc.js * Created: Sat Mar 21 2020 22:14:26 GMT+0530 (GMT+05:30) * Copyright 2020 Harish Karumuthil */ module.exports = { trailingComma: "es5", tabWidth: 2, semi: true, singleQuote: true };