|
|
|
@ -46,7 +46,6 @@
|
|
|
|
"plugin:prettier/recommended"
|
|
|
|
"plugin:prettier/recommended"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"rules": {
|
|
|
|
"no-throw-literal": "off",
|
|
|
|
|
|
|
|
"no-undef": "off",
|
|
|
|
"no-undef": "off",
|
|
|
|
"prettier/prettier": "error"
|
|
|
|
"prettier/prettier": "error"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -54,8 +53,7 @@
|
|
|
|
"prettier": {
|
|
|
|
"prettier": {
|
|
|
|
"printWidth": 100,
|
|
|
|
"printWidth": 100,
|
|
|
|
"singleQuote": true,
|
|
|
|
"singleQuote": true,
|
|
|
|
"trailingComma": "all",
|
|
|
|
"trailingComma": "all"
|
|
|
|
"endOfLine": "lf"
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"concurrently": "^7.3.0",
|
|
|
|
"concurrently": "^7.3.0",
|
|
|
|
|