mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-04-26 22:35:38 +08:00
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"semi": false,
|
|
"tabWidth": 4,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "always"
|
|
}
|