@kong/eslint-config-kong-ui 1.0.2 → 1.0.4

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.
package/configs/index.mjs CHANGED
@@ -30,6 +30,7 @@ export default [
30
30
  '**/.nuxt/',
31
31
  '**/.output/',
32
32
  '**/.wrangler/',
33
+ '**/.vitepress/cache/',
33
34
  ],
34
35
  },
35
36
  {
@@ -134,4 +135,12 @@ export default [
134
135
  ],
135
136
  },
136
137
  },
138
+ {
139
+ files: [
140
+ '**/*.{js,cjs,jsx}',
141
+ ],
142
+ rules: {
143
+ '@typescript-eslint/no-var-requires': 'off',
144
+ },
145
+ },
137
146
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/eslint-config-kong-ui",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Sharable ESLint configuration for Kong's frontend repositories",
5
5
  "main": "configs/index.mjs",
6
6
  "type": "module",