@vp-tw/eslint-config 0.0.11 → 0.0.12

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.
@@ -2,7 +2,7 @@ const GLOB_CODE_WORKSPACE = "**/*.code-workspace";
2
2
  const GLOB_PACKAGE_JSON = "**/package.json";
3
3
  const GLOB_PNPM_WORKSPACE_YAML = "**/pnpm-workspace.y?(a)ml";
4
4
  const GLOB_CSPELL_JSON = "**/cspell.json";
5
- const GLOB_CONFIG_JS = "**/*.config.?([cm])([jt])s";
5
+ const GLOB_CONFIG_JS = "**/*.config.?([cm])[jt]s";
6
6
  export {
7
7
  GLOB_CODE_WORKSPACE,
8
8
  GLOB_CONFIG_JS,
package/dist/globs.js CHANGED
@@ -8,4 +8,4 @@ const GLOB_CODE_WORKSPACE = exports.GLOB_CODE_WORKSPACE = "**/*.code-workspace";
8
8
  const GLOB_PACKAGE_JSON = exports.GLOB_PACKAGE_JSON = "**/package.json";
9
9
  const GLOB_PNPM_WORKSPACE_YAML = exports.GLOB_PNPM_WORKSPACE_YAML = "**/pnpm-workspace.y?(a)ml";
10
10
  const GLOB_CSPELL_JSON = exports.GLOB_CSPELL_JSON = "**/cspell.json";
11
- const GLOB_CONFIG_JS = exports.GLOB_CONFIG_JS = "**/*.config.?([cm])([jt])s";
11
+ const GLOB_CONFIG_JS = exports.GLOB_CONFIG_JS = "**/*.config.?([cm])[jt]s";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vp-tw/eslint-config",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "ViPro's ESLint configuration",
5
5
  "homepage": "https://github.com/vdustr/eslint-config",
6
6
  "author": {