eslint-config-seek 14.5.1 → 14.5.3
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.
- package/base.js +2 -1
- package/package.json +4 -4
package/base.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const importX = require('eslint-plugin-import-x');
|
|
2
2
|
const globals = require('globals');
|
|
3
3
|
const jestPlugin = require('eslint-plugin-jest');
|
|
4
|
-
const cypress = require('eslint-plugin-cypress
|
|
4
|
+
const cypress = require('eslint-plugin-cypress');
|
|
5
5
|
const eslintConfigPrettier = require('eslint-config-prettier');
|
|
6
6
|
const tseslint = require('typescript-eslint');
|
|
7
7
|
|
|
@@ -186,6 +186,7 @@ module.exports = [
|
|
|
186
186
|
// This selector opts out of the rule for enums
|
|
187
187
|
{
|
|
188
188
|
selector: 'enum',
|
|
189
|
+
format: null,
|
|
189
190
|
},
|
|
190
191
|
],
|
|
191
192
|
'@typescript-eslint/no-empty-function': OFF,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-seek",
|
|
3
|
-
"version": "14.5.
|
|
3
|
+
"version": "14.5.3",
|
|
4
4
|
"description": "ESLint configuration used by SEEK",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"typescript-eslint": "^8.6.0",
|
|
23
23
|
"eslint-config-prettier": "^10.0.0",
|
|
24
24
|
"eslint-import-resolver-typescript": "^4.0.0",
|
|
25
|
-
"eslint-plugin-cypress": "^
|
|
25
|
+
"eslint-plugin-cypress": "^5.0.0",
|
|
26
26
|
"eslint-plugin-import-x": "^4.9.0",
|
|
27
|
-
"eslint-plugin-jest": "^
|
|
27
|
+
"eslint-plugin-jest": "^29.0.0",
|
|
28
28
|
"eslint-plugin-react": "^7.35.0",
|
|
29
29
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
30
30
|
"globals": "^16.0.0"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"node": ">=18.18.0"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
|
-
"node": "22.
|
|
47
|
+
"node": "22.16.0"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"release": "changeset publish",
|