25 lines
457 B
Plaintext
25 lines
457 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"semi": false,
|
|
"wrap_line_length": 220,
|
|
"wrap_attributes": "false",
|
|
"proseWrap": "auto",
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"useTabs": false,
|
|
"eslintIntegration":true,
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
],
|
|
"endOfLine": "auto"
|
|
}
|