fix: prettier to warning and trailingComma #10
@ -110,7 +110,7 @@
|
||||
"dot-notation": "warn",
|
||||
"quotes": ["error", "single"],
|
||||
"prettier/prettier": [
|
||||
"error",
|
||||
"warn",
|
||||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
@ -121,7 +121,8 @@
|
||||
"jsxSingleQuote": false,
|
||||
"bracketSpacing": true,
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "always"
|
||||
"arrowParens": "always",
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user