You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
458 B
25 lines
458 B
2 years ago
|
{
|
||
|
"printWidth": 120,
|
||
|
"tabWidth": 2,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "none",
|
||
|
"semi": false,
|
||
|
"wrap_line_length": 120,
|
||
|
"wrap_attributes": "auto",
|
||
|
"proseWrap": "always",
|
||
|
"arrowParens": "avoid",
|
||
|
"bracketSpacing": true,
|
||
|
"jsxBracketSameLine": true,
|
||
|
"useTabs": false,
|
||
|
"eslintIntegration":true,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ".prettierrc",
|
||
|
"options": {
|
||
|
"parser": "json"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"endOfLine": "auto"
|
||
|
}
|