package.json: remove eslint dependencies

This commit is contained in:
2026-06-09 13:03:52 +02:00
parent 993afd3d6c
commit b49b57e6e0
-5
View File
@@ -25,7 +25,6 @@
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
@@ -37,10 +36,6 @@
"devDependencies": {
"@commitlint/cli": "^21.0.1",
"@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",
"lint-staged": "10.5.4"
},