eslint-config-seek 0.0.0-eslint-9-etc-20240804101852 → 0.0.0-eslint-9-etc-20240804104033

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 -2
  2. package/package.json +1 -1
package/base.js CHANGED
@@ -3,7 +3,7 @@ const importX = require('eslint-plugin-import-x');
3
3
  const globals = require('globals');
4
4
  const babelParser = require('@babel/eslint-parser');
5
5
  const tsParser = require('@typescript-eslint/parser');
6
- const jest = require('eslint-plugin-jest');
6
+ const jestPlugin = require('eslint-plugin-jest');
7
7
  const cypress = require('eslint-plugin-cypress');
8
8
  const js = require('@eslint/js');
9
9
 
@@ -234,7 +234,7 @@ module.exports = [
234
234
  `**/__tests__/**/*.{${allExtensions}}`,
235
235
  `**/*.@(spec|test).{${allExtensions}}`,
236
236
  ],
237
- plugins: { jest },
237
+ plugins: { jest: jestPlugin },
238
238
  languageOptions: {
239
239
  globals: {
240
240
  ...globals.jest,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-seek",
3
- "version": "0.0.0-eslint-9-etc-20240804101852",
3
+ "version": "0.0.0-eslint-9-etc-20240804104033",
4
4
  "description": "ESLint configuration used by SEEK",
5
5
  "main": "index.js",
6
6
  "files": [