18 lines
274 B
Plaintext
18 lines
274 B
Plaintext
{
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"embeddedLanguageFormatting": "off",
|
|
|
|
"overrides": [
|
|
{
|
|
"files": "*.scss",
|
|
"options": {
|
|
"trailingComma": "none"
|
|
}
|
|
}
|
|
]
|
|
}
|