@dword-design/eslint-config 6.1.1 → 6.1.3

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.
@@ -251,5 +251,14 @@ export default () => {
251
251
  rules: {
252
252
  'vue/multi-word-component-names': 'off'
253
253
  }
254
+ }, {
255
+ // TODO: Remove this after TypeScript migration
256
+ files: ['**/*.ts'],
257
+ rules: {
258
+ '@typescript-eslint/no-explicit-any': 'off',
259
+ 'import/extensions': 'off',
260
+ 'import/no-extraneous-dependencies': 'off',
261
+ 'import/no-unresolved': 'off'
262
+ }
254
263
  }]);
255
264
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "6.1.1",
3
+ "version": "6.1.3",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",