eslint-config-seek 14.2.1 → 14.2.2
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 +1 -9
- package/package.json +2 -2
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/flat');
|
|
5
5
|
const eslintConfigPrettier = require('eslint-config-prettier');
|
|
6
6
|
const tseslint = require('typescript-eslint');
|
|
7
7
|
|
|
@@ -233,12 +233,4 @@ module.exports = [
|
|
|
233
233
|
...cypress.configs.recommended,
|
|
234
234
|
files: [`**/cypress/**/*.{${allExtensions}}`],
|
|
235
235
|
},
|
|
236
|
-
{
|
|
237
|
-
files: [`**/cypress/**/*.{${allExtensions}}`],
|
|
238
|
-
languageOptions: {
|
|
239
|
-
globals: {
|
|
240
|
-
...cypress.environments.globals.globals,
|
|
241
|
-
},
|
|
242
|
-
},
|
|
243
|
-
},
|
|
244
236
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-seek",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.2.2",
|
|
4
4
|
"description": "ESLint configuration used by SEEK",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"node": ">=18.18.0"
|
|
45
45
|
},
|
|
46
46
|
"volta": {
|
|
47
|
-
"node": "22.
|
|
47
|
+
"node": "22.13.1"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"release": "changeset publish",
|