eslint-config-seek 12.0.0 → 12.0.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 +1 -1
  2. package/package.json +1 -1
package/base.js CHANGED
@@ -130,7 +130,7 @@ const baseConfig = {
130
130
  },
131
131
  },
132
132
  rules: {
133
- '@typescript-eslint/array-simple': [ERROR, { default: 'array-simple' }],
133
+ '@typescript-eslint/array-type': [ERROR, { default: 'array-simple' }],
134
134
  '@typescript-eslint/no-unused-expressions': ERROR,
135
135
  '@typescript-eslint/no-unused-vars': [
136
136
  ERROR,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-seek",
3
- "version": "12.0.0",
3
+ "version": "12.0.1",
4
4
  "description": "ESLint configuration used by SEEK",
5
5
  "main": "index.js",
6
6
  "files": [