2021-09-11 13:05:58 +00:00
|
|
|
{
|
|
|
|
|
"trailingComma": "es5",
|
|
|
|
|
"semi": false,
|
|
|
|
|
"singleQuote": true,
|
|
|
|
|
"useTabs": false,
|
|
|
|
|
"quoteProps": "consistent",
|
|
|
|
|
"bracketSpacing": true,
|
|
|
|
|
"arrowParens": "always",
|
2021-09-13 22:16:32 +00:00
|
|
|
"printWidth": 100,
|
|
|
|
|
"endOfLine": "auto"
|
2021-09-11 13:05:58 +00:00
|
|
|
}
|