@w5s/eslint-config 2.1.0 → 2.1.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.
@@ -64,7 +64,7 @@ const config = dev_1.ESLintConfig.concat(imports_1.default,
64
64
  }, {
65
65
  overrides: [
66
66
  {
67
- files: configFiles,
67
+ files: [...configFiles, '**/*.d.ts'],
68
68
  rules: {
69
69
  'import/no-default-export': 'off', // Enable default exports only for config files
70
70
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/eslint-config",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "ESLint configuration presets",
5
5
  "keywords": [
6
6
  "eslint",
@@ -71,5 +71,5 @@
71
71
  "access": "public"
72
72
  },
73
73
  "sideEffect": false,
74
- "gitHead": "8342e0884a000565d2727d65092ae024ac6c0669"
74
+ "gitHead": "6e7d408d7e0d4afb8bb1ccc4efe91cae571f6e0b"
75
75
  }
@@ -69,7 +69,7 @@ const config: eslint.Linter.Config = ESLintConfig.concat(
69
69
  {
70
70
  overrides: [
71
71
  {
72
- files: configFiles,
72
+ files: [...configFiles, '**/*.d.ts'],
73
73
  rules: {
74
74
  'import/no-default-export': 'off', // Enable default exports only for config files
75
75
  },