Fix wrong configuration

pull/339/head
Rafly Maulana 3 years ago
parent a4a1eab446
commit a6251e71e4
No known key found for this signature in database
GPG Key ID: 9AADAF05ED276842

@ -41,7 +41,6 @@
],
"rules": {
"no-unused-vars": "warn",
"no-shadow": "off",
"import/no-extraneous-dependencies": [
"error",
{

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

Loading…
Cancel
Save