mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 17:03:32 +00:00
18 lines
277 B
Text
18 lines
277 B
Text
|
|
{
|
||
|
|
"proseWrap": "always",
|
||
|
|
"printWidth": 120,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"semi": true,
|
||
|
|
"singleQuote": true,
|
||
|
|
"trailingComma": "all",
|
||
|
|
"bracketSameLine": true,
|
||
|
|
"overrides": [
|
||
|
|
{
|
||
|
|
"files": "*.jsonc",
|
||
|
|
"options": {
|
||
|
|
"trailingComma": "none"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|