eslint-config-seek 14.5.1 → 14.5.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/base.js +1 -0
  2. package/package.json +1 -1
package/base.js CHANGED
@@ -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.1",
3
+ "version": "14.5.2",
4
4
  "description": "ESLint configuration used by SEEK",
5
5
  "main": "index.js",
6
6
  "files": [