package.json: remove eslint dependencies
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.js": [
|
"*.js": [
|
||||||
"eslint --fix",
|
|
||||||
"git add"
|
"git add"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -37,10 +36,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^21.0.1",
|
"@commitlint/cli": "^21.0.1",
|
||||||
"@commitlint/config-angular": "11.0.0",
|
"@commitlint/config-angular": "11.0.0",
|
||||||
"eslint": "8.x",
|
|
||||||
"eslint-config-airbnb-base": "14.2.1",
|
|
||||||
"eslint-config-nodebb": "0.1.1",
|
|
||||||
"eslint-plugin-import": "2.x",
|
|
||||||
"husky": "5.0.9",
|
"husky": "5.0.9",
|
||||||
"lint-staged": "10.5.4"
|
"lint-staged": "10.5.4"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user