16 lines
435 B
Plaintext
16 lines
435 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"trailingComma": "all",
|
|
"proseWrap": "never",
|
|
"endOfLine": "auto",
|
|
"useTabs": false,
|
|
"overrides": [
|
|
{ "files": ".eslintrc", "options": { "parser": "json" } },
|
|
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
|
{ "files": ".releaserc", "options": { "parser": "json" } },
|
|
{ "files": ".stylelintrc", "options": { "parser": "json" } }
|
|
]
|
|
}
|