websnacks/.prettierrc.json
M. George Hansen 8622a4c6c9
chore: use *.json extension for config files
For consistency and readability we're explicitly adding the .json extension to config files.
2021-01-02 13:42:22 -08:00

7 lines
117 B
JSON

{
"endOfLine": "lf",
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 4,
"semi": true
}