@ntnyq/eslint-config 2.2.0 → 2.2.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.
package/dist/index.cjs CHANGED
@@ -150,8 +150,12 @@ var GLOB_EXCLUDE = [
150
150
  "**/*.min.*",
151
151
  "**/LICENSE*",
152
152
  "**/__snapshots__",
153
+ // unplugin-auto-import
153
154
  "**/auto-import?(s).d.ts",
155
+ // unplugin-vue-components
154
156
  "**/components.d.ts",
157
+ // unplugin-vue-router
158
+ "**/typed-router.d.ts",
155
159
  "**/coverage",
156
160
  "**/fixtures",
157
161
  "**/output",
package/dist/index.js CHANGED
@@ -48,8 +48,12 @@ var GLOB_EXCLUDE = [
48
48
  "**/*.min.*",
49
49
  "**/LICENSE*",
50
50
  "**/__snapshots__",
51
+ // unplugin-auto-import
51
52
  "**/auto-import?(s).d.ts",
53
+ // unplugin-vue-components
52
54
  "**/components.d.ts",
55
+ // unplugin-vue-router
56
+ "**/typed-router.d.ts",
53
57
  "**/coverage",
54
58
  "**/fixtures",
55
59
  "**/output",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "packageManager": "pnpm@9.4.0",
6
6
  "description": "ESLint flat config of ntnyq",
7
7
  "keywords": [