@tb-dev/eslint-config 6.2.8 → 6.2.10

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
@@ -474,7 +474,7 @@ async function tailwind(options) {
474
474
  }
475
475
 
476
476
  function javascript(options) {
477
- const files = [Glob.All, Glob.Html];
477
+ const files = [Glob.All];
478
478
  if (isEnabled(options.features, "vue")) {
479
479
  files.push(Glob.Vue);
480
480
  }
package/dist/index.js CHANGED
@@ -470,7 +470,7 @@ async function tailwind(options) {
470
470
  }
471
471
 
472
472
  function javascript(options) {
473
- const files = [Glob.All, Glob.Html];
473
+ const files = [Glob.All];
474
474
  if (isEnabled(options.features, "vue")) {
475
475
  files.push(Glob.Vue);
476
476
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "6.2.8",
3
+ "version": "6.2.10",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@typescript-eslint/eslint-plugin": "^8.24.0",
26
26
  "@typescript-eslint/parser": "^8.24.0",
27
- "eslint-plugin-perfectionist": "^4.8.0",
27
+ "eslint-plugin-perfectionist": "^4.9.0",
28
28
  "eslint-plugin-react": "^7.37.4",
29
29
  "eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
30
30
  "eslint-plugin-react-hooks": "^5.1.0",
@@ -32,15 +32,15 @@
32
32
  "eslint-plugin-tailwindcss": "^3.18.0",
33
33
  "eslint-plugin-unicorn": "^56.0.1",
34
34
  "eslint-plugin-vue": "^9.32.0",
35
- "globals": "^15.14.0",
36
- "svelte": "^5.19.10",
35
+ "globals": "^15.15.0",
36
+ "svelte": "^5.20.1",
37
37
  "svelte-eslint-parser": "^1.0.0-next.13",
38
38
  "vue-eslint-parser": "^9.4.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/node": "^22.13.1",
41
+ "@types/node": "^22.13.4",
42
42
  "eslint": "^9.20.1",
43
- "prettier": "^3.5.0",
43
+ "prettier": "^3.5.1",
44
44
  "tslib": "^2.8.1",
45
45
  "typescript": "^5.7.3",
46
46
  "vite": "^6.1.0",