mirror of
https://github.com/wireadmin/wireadmin
synced 2025-03-12 06:31:05 +00:00
18 lines
274 B
Plaintext
18 lines
274 B
Plaintext
|
{
|
||
|
"useTabs": false,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"jsxSingleQuote": true,
|
||
|
"trailingComma": "all",
|
||
|
"printWidth": 100,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.md",
|
||
|
"options": {
|
||
|
"parser": "markdown",
|
||
|
"printWidth": 79
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|