diff options
| author | bobzel <zzzman@gmail.com> | 2024-08-21 11:11:08 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-08-21 11:11:08 -0400 |
| commit | cd78d4e45951c7ee54a2d9e5f31a8d814f837714 (patch) | |
| tree | a89a3c0e7e5b9b1422c9db754cb3f1cf997e633c /package.json | |
| parent | 166d40bd856b85bd4bbde9f9ffe2c1ec0fb648d5 (diff) | |
upgraded eslint to latest
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/package.json b/package.json index 17e349428..fe85e9357 100644 --- a/package.json +++ b/package.json @@ -72,17 +72,8 @@ "@types/youtube": "0.0.50", "chai": "^5.0.0", "cross-env": "^7.0.3", - "eslint": "^8.57.0", - "eslint-config-airbnb": "^19.0.4", - "eslint-config-node": "^4.1.0", - "eslint-config-prettier": "^9.1.0", - "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-prettier": "^5.0.1", + "eslint": "^9.9.0", "eslint-plugin-react": "^7.34.1", - "eslint-plugin-react-hooks": "^4.6.0", "globals": "^15.1.0", "jsdom": "^24.0.0", "mocha": "^10.2.0", |
