@wkovacs64/eslint-config 7.0.0 → 7.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wkovacs64/eslint-config",
3
- "version": "7.0.0",
3
+ "version": "7.0.2",
4
4
  "description": "@wKovacs64 ESLint config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -18,9 +18,7 @@
18
18
  "type": "module",
19
19
  "main": "index.js",
20
20
  "exports": {
21
- ".": {
22
- "import": "./index.js"
23
- }
21
+ ".": "./index.js"
24
22
  },
25
23
  "files": [
26
24
  "index.js"
@@ -50,9 +48,6 @@
50
48
  "engines": {
51
49
  "node": "^18.18.0 || >=20.0.0"
52
50
  },
53
- "peerDependencies": {
54
- "eslint": "^9.4.0"
55
- },
56
51
  "dependencies": {
57
52
  "@eslint/js": "^9.4.0",
58
53
  "eslint-plugin-import-x": "^0.5.1",
@@ -74,12 +69,8 @@
74
69
  "@types/react": "18.3.3",
75
70
  "@types/react-dom": "18.3.0",
76
71
  "@wkovacs64/prettier-config": "4.0.0",
77
- "eslint": "9.4.0",
72
+ "eslint": "8.57.0",
78
73
  "prettier": "3.3.0",
79
74
  "typescript": "5.4.5"
80
- },
81
- "// TODO": "remove eslint override once our dependencies include v9 in their peerDependencies",
82
- "overrides": {
83
- "eslint": "9.4.0"
84
75
  }
85
76
  }