4cdaf057f0
* Setup prettier and eslint * npm lint scripts
13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"trailingComma": "all",
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"jsxSingleQuote": false,
|
|
"proseWrap": "preserve"
|
|
} |