plugins/.prettierrc
2020-05-28 01:35:57 +01:00

12 lines
208 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"quoteProps": "consistent"
}