@kazupon/eslint-plugin 0.7.0 → 0.7.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/lib/index.js CHANGED
@@ -191,7 +191,7 @@ const NAME = "@kazupon/eslint-plugin";
191
191
  /**
192
192
  * The plugin version.
193
193
  */
194
- const VERSION = "0.7.0";
194
+ const VERSION = "0.7.1";
195
195
  /**
196
196
  * The namespace for rules
197
197
  */
@@ -232,7 +232,7 @@ const TEST_GLOB_FILES = `**/*.{test,spec}.{${EXTENSIONS}}`;
232
232
  /**
233
233
  * The glob patterns for test declaration files.
234
234
  */
235
- const TEST_DTS_GLOB_FILES = `**/*.{test,spec}.d.{ts,tsx}`;
235
+ const TEST_DTS_GLOB_FILES = `**/*.{test,spec}-d.{${EXTENSIONS}}`;
236
236
 
237
237
  //#endregion
238
238
  //#region src/utils/rule.ts
@@ -47,7 +47,7 @@
47
47
  "**/*.md/**/*.{js,mjs,cjs,ts,mts,cts,jsx,tsx}",
48
48
  "**/*.config.{js,mjs,cjs,ts,mts,cts,jsx,tsx}",
49
49
  "**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}",
50
- "**/*.{test,spec}.d.{ts,tsx}"
50
+ "**/*.{test,spec}-d.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"
51
51
  ],
52
52
  "rules": {
53
53
  "@kazupon/enforce-header-comment": "off"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kazupon/eslint-plugin",
3
3
  "description": "ESLint plugin for @kazupon",
4
- "version": "0.7.0",
4
+ "version": "0.7.1",
5
5
  "license": "MIT",
6
6
  "funding": "https://github.com/sponsors/kazupon",
7
7
  "bugs": {