mirror of
https://github.com/wireadmin/wireadmin
synced 2025-01-23 04:17:00 +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
|
|
}
|
|
}
|
|
]
|
|
}
|