eslint-config-seek 14.1.0 → 14.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/base.js +2 -0
  2. package/package.json +4 -4
package/base.js CHANGED
@@ -190,6 +190,7 @@ module.exports = [
190
190
  // However, there is a pending PR which improves the behaviour of this rule https://github.com/import-js/eslint-plugin-import/pull/2716
191
191
  // https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-duplicates.md#inline-type-imports
192
192
  'import-x/no-duplicates': [ERROR, { 'prefer-inline': true }],
193
+ 'import-x/export': ERROR,
193
194
  },
194
195
  },
195
196
  {
@@ -207,6 +208,7 @@ module.exports = [
207
208
  { commonjs: true, amd: true, ignore: ['.svg$', '^file?'] },
208
209
  ],
209
210
  'import-x/no-duplicates': ERROR,
211
+ 'import-x/export': ERROR,
210
212
  },
211
213
  },
212
214
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-seek",
3
- "version": "14.1.0",
3
+ "version": "14.2.1",
4
4
  "description": "ESLint configuration used by SEEK",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -22,7 +22,7 @@
22
22
  "typescript-eslint": "^8.6.0",
23
23
  "eslint-config-prettier": "^9.1.0",
24
24
  "eslint-import-resolver-typescript": "^3.6.3",
25
- "eslint-plugin-cypress": "^3.5.0",
25
+ "eslint-plugin-cypress": "^4.0.0",
26
26
  "eslint-plugin-import-x": "^4.2.1",
27
27
  "eslint-plugin-jest": "^28.8.0",
28
28
  "eslint-plugin-react": "^7.35.0",
@@ -34,7 +34,7 @@
34
34
  "@changesets/get-github-info": "^0.6.0",
35
35
  "eslint": "^9.8.0",
36
36
  "prettier": "^3.3.3",
37
- "typescript": "~5.5.4"
37
+ "typescript": "~5.7.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "eslint": ">=9.9.1",
@@ -44,7 +44,7 @@
44
44
  "node": ">=18.18.0"
45
45
  },
46
46
  "volta": {
47
- "node": "18.18.0"
47
+ "node": "22.12.0"
48
48
  },
49
49
  "scripts": {
50
50
  "release": "changeset publish",