21 lines
400 B
Plaintext
21 lines
400 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"quoteProps": "as-needed",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"singleAttributePerLine": false,
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": { "parser": "json" }
|
|
}
|
|
]
|
|
}
|