eslint-config-seek 14.5.0 → 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 +6 -0
  2. package/package.json +1 -1
package/base.js CHANGED
@@ -182,6 +182,12 @@ module.exports = [
182
182
  format: ['PascalCase'],
183
183
  leadingUnderscore: 'allow',
184
184
  },
185
+ // 'typeLike' includes enums
186
+ // This selector opts out of the rule for enums
187
+ {
188
+ selector: 'enum',
189
+ format: null,
190
+ },
185
191
  ],
186
192
  '@typescript-eslint/no-empty-function': OFF,
187
193
  '@typescript-eslint/no-empty-interface': OFF,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-seek",
3
- "version": "14.5.0",
3
+ "version": "14.5.2",
4
4
  "description": "ESLint configuration used by SEEK",
5
5
  "main": "index.js",
6
6
  "files": [