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