refansa.my.id/.prettierrc.json

15 lines
296 B
JSON
Raw Permalink Normal View History

{
"printWidth": 80,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always",
"endOfLine": "lf",
"singleAttributePerLine": true
}