eslint-config-seek 10.1.1 → 10.1.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.
Files changed (2) hide show
  1. package/.eslintrc.js +1 -1
  2. package/package.json +1 -1
package/.eslintrc.js CHANGED
@@ -204,7 +204,7 @@ const baseConfig = {
204
204
  },
205
205
  {
206
206
  // Cypress config
207
- files: ['cypress/**/*.{js,ts,tsx}'],
207
+ files: ['**/cypress/**/*.{js,ts,tsx}'],
208
208
  env: {
209
209
  'cypress/globals': true,
210
210
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-seek",
3
- "version": "10.1.1",
3
+ "version": "10.1.2",
4
4
  "description": "ESLint configuration used by SEEK",
5
5
  "main": ".eslintrc.js",
6
6
  "files": [