mirror of
https://github.com/placeholder-soft/web.git
synced 2026-04-29 03:15:28 +08:00
19 lines
328 B
JavaScript
19 lines
328 B
JavaScript
{
|
|
"arrowParens": "always",
|
|
"bracketSameLine": false,
|
|
"jsxSingleQuote": false,
|
|
"printWidth": 100,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"overrides": [
|
|
{
|
|
"files": "*.json",
|
|
"options": {
|
|
"parser": "json-stringify"
|
|
}
|
|
}
|
|
]
|
|
} |