snipplets.dev/projects/PWA/.prettierrc.json

11 lines
197 B
JSON
Raw Normal View History

2023-08-16 16:02:20 +03:00
{
"printWidth": 100,
"bracketSpacing": true,
"bracketSameLine": true,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "lf"
}