mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 10:35:21 +00:00
19 lines
356 B
Plaintext
19 lines
356 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"useTabs": false,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"bracketSpacing": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.svg",
|
|
"options": { "parser": "html" }
|
|
},
|
|
{
|
|
"files": ".huskyrc",
|
|
"options": { "parser": "json" }
|
|
}
|
|
]
|
|
}
|