chore: update ESLint configuration and dependencies
- Reordered ESLint extends in .eslintrc.js for better clarity. - Updated ESLint version from 9.23.0 to 8.57.1 in package.json and package-lock.json. - Adjusted import/extensions rule to ignorePackages in .eslintrc.js. - Updated various dependencies in package-lock.json to maintain compatibility and improve performance.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@
|
||||
"@babel/preset-env": "^7.26.9",
|
||||
"@types/jest": "^29.5.14",
|
||||
"babel-jest": "^29.7.0",
|
||||
"eslint": "^9.23.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
|
||||
Reference in New Issue
Block a user