@so1ve/eslint-config 3.6.0 → 3.7.0

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.js CHANGED
@@ -33,7 +33,7 @@ const comments = () => [{
33
33
 
34
34
  //#endregion
35
35
  //#region src/globs.ts
36
- const GLOB_SRC_EXT = "?([cm])[jt]s?(x)|vue|astro";
36
+ const GLOB_SRC_EXT = "?([cm])[jt]s?(x)";
37
37
  const GLOB_SRC = `**/*.${GLOB_SRC_EXT}`;
38
38
  const GLOB_JS = "**/*.?([cm])js";
39
39
  const GLOB_JSX = "**/*.?([cm])jsx";
@@ -55,7 +55,7 @@ const GLOB_TOML = "**/*.toml";
55
55
  const GLOB_HTML = "**/*.htm?(l)";
56
56
  const GLOB_PACKAGEJSON = "**/package.json";
57
57
  const GLOB_TSCONFIG = ["**/tsconfig.json", "**/tsconfig.*.json"];
58
- const GLOB_MARKDOWN_CODE = `${GLOB_MARKDOWN}/${GLOB_SRC}`;
58
+ const GLOB_MARKDOWN_CODE = `${GLOB_MARKDOWN}/**`;
59
59
  const GLOB_TESTS = [
60
60
  `**/__tests__/**/*.${GLOB_SRC_EXT}`,
61
61
  `**/*.spec.${GLOB_SRC_EXT}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "type": "module",
6
6
  "description": "Ray's eslint config.",
@@ -69,8 +69,8 @@
69
69
  "typescript-eslint": "^8.34.0",
70
70
  "vue-eslint-parser": "^10.1.3",
71
71
  "yaml-eslint-parser": "^1.3.0",
72
- "@so1ve/eslint-plugin": "3.6.0",
73
- "@so1ve/eslint-plugin-sort-imports": "3.6.0"
72
+ "@so1ve/eslint-plugin-sort-imports": "3.7.0",
73
+ "@so1ve/eslint-plugin": "3.7.0"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@typescript-eslint/utils": "^8.34.0"