From b49b57e6e0f8681b41aa1ba094c987b8ae1971e8 Mon Sep 17 00:00:00 2001 From: vickydotbat Date: Tue, 9 Jun 2026 13:03:52 +0200 Subject: [PATCH] package.json: remove eslint dependencies --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 835d879..febf533 100644 --- a/package.json +++ b/package.json @@ -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" },