@infernodesign/eslint-config 1.10.0 → 1.10.2

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/cli.js CHANGED
@@ -8,7 +8,7 @@ import parse from "parse-gitignore";
8
8
  import { execSync } from "node:child_process";
9
9
 
10
10
  //#region package.json
11
- var version = "1.10.0";
11
+ var version = "1.10.2";
12
12
 
13
13
  //#endregion
14
14
  //#region src/cli/constants.ts
@@ -181,7 +181,7 @@ const versionsMap = {
181
181
  "eslint-plugin-react-hooks": "^7.0.1",
182
182
  "eslint-plugin-react-refresh": "^0.4.24",
183
183
  "eslint-plugin-solid": "^0.14.5",
184
- "eslint-plugin-svelte": "^3.13.0",
184
+ "eslint-plugin-svelte": "^3.13.1",
185
185
  "prettier-plugin-astro": "^0.14.1",
186
186
  "prettier-plugin-slidev": "^1.0.5",
187
187
  "svelte-eslint-parser": "^1.4.1"
package/dist/index.js CHANGED
@@ -521,7 +521,7 @@ async function stylistic(options = {}) {
521
521
  "style/template-curly-spacing": ["error", "never"],
522
522
  "style/template-tag-spacing": ["error", "never"],
523
523
  "style/type-annotation-spacing": "off",
524
- "style/type-generic-spacing": ["error"],
524
+ "style/type-generic-spacing": "off",
525
525
  "style/type-named-tuple-spacing": ["error"],
526
526
  "style/wrap-iife": ["error", "outside"],
527
527
  "style/yield-star-spacing": ["error", {
@@ -721,7 +721,7 @@ async function imports(options = {}) {
721
721
  "antfu/import-dedupe": "error",
722
722
  "antfu/no-import-dist": "error",
723
723
  "antfu/no-import-node-modules-by-path": "error",
724
- "import/consistent-type-specifier-style": ["error", "prefer-top-level"],
724
+ "import/consistent-type-specifier-style": ["error", "top-level"],
725
725
  "import/first": "error",
726
726
  "import/no-duplicates": "error",
727
727
  "import/no-mutable-exports": "error",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@infernodesign/eslint-config",
3
3
  "description": "ESLint config for Inferno Design.",
4
- "version": "1.10.0",
4
+ "version": "1.10.2",
5
5
  "type": "module",
6
6
  "author": "Inferno Design <support@infernodesign.com>",
7
7
  "license": "MIT",
@@ -52,12 +52,12 @@
52
52
  "eslint-plugin-better-tailwindcss": "^3.7.11",
53
53
  "eslint-plugin-command": "^3.3.1",
54
54
  "eslint-plugin-import-lite": "^0.3.0",
55
- "eslint-plugin-jsdoc": "^61.4.1",
55
+ "eslint-plugin-jsdoc": "^61.4.2",
56
56
  "eslint-plugin-jsonc": "^2.21.0",
57
57
  "eslint-plugin-n": "^17.23.1",
58
58
  "eslint-plugin-no-only-tests": "^3.3.0",
59
59
  "eslint-plugin-perfectionist": "^4.15.1",
60
- "eslint-plugin-pnpm": "^1.4.0",
60
+ "eslint-plugin-pnpm": "^1.4.1",
61
61
  "eslint-plugin-regexp": "^2.10.0",
62
62
  "eslint-plugin-toml": "^0.12.0",
63
63
  "eslint-plugin-unicorn": "^62.0.0",
@@ -90,15 +90,15 @@
90
90
  "eslint-plugin-react-refresh": "^0.4.24",
91
91
  "eslint-plugin-solid": "^0.14.5",
92
92
  "eslint-plugin-storybook": "^10.1.4",
93
- "eslint-plugin-svelte": "^3.13.0",
93
+ "eslint-plugin-svelte": "^3.13.1",
94
94
  "eslint-plugin-vuejs-accessibility": "^2.4.1",
95
95
  "eslint-typegen": "^2.3.0",
96
96
  "execa": "^9.6.1",
97
97
  "jiti": "^2.6.1",
98
- "pnpm-workspace-yaml": "^1.4.0",
98
+ "pnpm-workspace-yaml": "^1.4.1",
99
99
  "prettier-plugin-astro": "^0.14.1",
100
100
  "prettier-plugin-slidev": "^1.0.5",
101
- "svelte": "^5.45.5",
101
+ "svelte": "^5.45.6",
102
102
  "svelte-eslint-parser": "^1.4.1",
103
103
  "tinyglobby": "^0.2.15",
104
104
  "tsdown": "^0.17.0",
@@ -122,7 +122,7 @@
122
122
  "eslint-plugin-react-refresh": "^0.4.24",
123
123
  "eslint-plugin-solid": "^0.14.5",
124
124
  "eslint-plugin-storybook": "^10.1.4",
125
- "eslint-plugin-svelte": "^3.13.0",
125
+ "eslint-plugin-svelte": "^3.13.1",
126
126
  "eslint-plugin-vuejs-accessibility": "^2.4.1",
127
127
  "prettier-plugin-astro": "^0.14.1",
128
128
  "prettier-plugin-slidev": "^1.0.5",