@eienjs/eslint-config 1.11.2 → 1.11.4

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,9 +2,9 @@
2
2
  const versionsMap = {
3
3
  "@adonisjs/eslint-plugin": "^2.2.2",
4
4
  "@nuxt/eslint-plugin": "^1.15.2",
5
- "astro-eslint-parser": "^1.3.0",
6
- "eslint": "^10.0.3",
7
- "eslint-plugin-astro": "^1.6.0",
5
+ "astro-eslint-parser": "^1.4.0",
6
+ "eslint": "^10.2.0",
7
+ "eslint-plugin-astro": "^1.7.0",
8
8
  "eslint-plugin-format": "^2.0.1",
9
9
  "prettier-plugin-astro": "^0.14.1"
10
10
  };
@@ -12,6 +12,12 @@ function e18e(options = {}) {
12
12
  ...modernization ? { ...configs.modernization.rules } : {},
13
13
  ...moduleReplacements ? { ...configs.moduleReplacements.rules } : {},
14
14
  ...performanceImprovements ? { ...configs.performanceImprovements.rules } : {},
15
+ "e18e/prefer-array-at": "off",
16
+ "e18e/prefer-array-from-map": "off",
17
+ "e18e/prefer-array-to-reversed": "off",
18
+ "e18e/prefer-array-to-sorted": "off",
19
+ "e18e/prefer-array-to-spliced": "off",
20
+ "e18e/prefer-spread-syntax": "off",
15
21
  ...overrides
16
22
  }
17
23
  }];
package/dist/globs.js CHANGED
@@ -61,6 +61,7 @@ const GLOB_EXCLUDE = [
61
61
  "**/.tmp",
62
62
  "**/vendor",
63
63
  "**/public",
64
+ "**/tests/_files",
64
65
  "**/.history",
65
66
  "**/.vitepress/cache",
66
67
  "**/.adonisjs",
@@ -76,14 +77,20 @@ const GLOB_EXCLUDE = [
76
77
  "**/.vite-inspect",
77
78
  "**/.yarn",
78
79
  "**/.pnpm-store",
79
- "**/vite.config.*.timestamp-*",
80
80
  "**/CHANGELOG*.md",
81
- "**/*.min.*",
82
81
  "**/LICENSE*",
82
+ "**/*.min.*",
83
83
  "**/__snapshots__",
84
+ "**/vite.config.*.timestamp-*",
84
85
  "**/auto-import?(s).d.ts",
85
86
  "**/components.d.ts",
86
- "**/tests/_files"
87
+ "**/auto_import?(s).d.ts",
88
+ "**/typed_router.d.ts",
89
+ "**/.context",
90
+ "**/.claude",
91
+ "**/.agents",
92
+ "**/.*/skills",
93
+ "**/.continue"
87
94
  ];
88
95
  //#endregion
89
96
  export { GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CSS, GLOB_EXCLUDE, GLOB_EXTS, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML };
package/dist/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  //#region package.json
2
- var version = "1.11.2";
2
+ var version = "1.11.4";
3
3
  //#endregion
4
4
  export { version };