eslint-config-silverwind 103.0.2 → 103.0.3

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,uBAAuB,UAAgD,CAAC;AACrF,eAAO,MAAM,iBAAiB,UAA8C,CAAC;;AAE7E,wBA+gCG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,uBAAuB,UAAgD,CAAC;AACrF,eAAO,MAAM,iBAAiB,UAA8C,CAAC;;AAE7E,wBAghCG"}
package/dist/index.js CHANGED
@@ -16,7 +16,6 @@ import reactRefresh from "eslint-plugin-react-refresh";
16
16
  import validateJsxNesting from "eslint-plugin-validate-jsx-nesting";
17
17
  import typescriptPlugin from "typescript-eslint";
18
18
  import typescriptParser from "@typescript-eslint/parser";
19
- import storybook from "eslint-plugin-storybook";
20
19
  var cjs = {};
21
20
  var hasRequiredCjs;
22
21
  function requireCjs() {
@@ -1303,22 +1302,23 @@ const index = configApiExports.defineConfig([
1303
1302
  "playwright/no-networkidle": [0]
1304
1303
  }
1305
1304
  },
1306
- {
1307
- files: ["**/*.stories.*"],
1308
- plugins: { storybook },
1309
- rules: {
1310
- "storybook/await-interactions": [2],
1311
- "storybook/context-in-play-function": [2],
1312
- "storybook/default-exports": [2],
1313
- "storybook/hierarchy-separator": [2],
1314
- "storybook/no-redundant-story-name": [2],
1315
- "storybook/prefer-pascal-case": [2],
1316
- "storybook/story-exports": [2],
1317
- "storybook/use-storybook-expect": [2],
1318
- "storybook/use-storybook-testing-library": [2],
1319
- "sonarjs/no-identical-functions": [0]
1320
- }
1321
- },
1305
+ // wait for v10
1306
+ // {
1307
+ // files: ["**/*.stories.*"],
1308
+ // plugins: {storybook},
1309
+ // rules: {
1310
+ // "storybook/await-interactions": [2],
1311
+ // "storybook/context-in-play-function": [2],
1312
+ // "storybook/default-exports": [2],
1313
+ // "storybook/hierarchy-separator": [2],
1314
+ // "storybook/no-redundant-story-name": [2],
1315
+ // "storybook/prefer-pascal-case": [2],
1316
+ // "storybook/story-exports": [2],
1317
+ // "storybook/use-storybook-expect": [2],
1318
+ // "storybook/use-storybook-testing-library": [2],
1319
+ // "sonarjs/no-identical-functions": [0],
1320
+ // },
1321
+ // },
1322
1322
  {
1323
1323
  plugins: {
1324
1324
  "jsx-a11y": jsxA11y,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "103.0.2",
3
+ "version": "103.0.3",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",
@@ -30,7 +30,6 @@
30
30
  "eslint-plugin-react-refresh": "0.4.20",
31
31
  "eslint-plugin-regexp": "2.10.0",
32
32
  "eslint-plugin-sonarjs": "3.0.5",
33
- "eslint-plugin-storybook": "10.0.0-beta.2",
34
33
  "eslint-plugin-unicorn": "61.0.2",
35
34
  "eslint-plugin-validate-jsx-nesting": "0.1.1",
36
35
  "globals": "16.4.0",
@@ -40,13 +39,13 @@
40
39
  "devDependencies": {
41
40
  "@types/eslint": "9.6.1",
42
41
  "@types/eslint-plugin-jsx-a11y": "6.10.0",
43
- "@types/node": "24.3.1",
44
- "@types/react": "19.1.12",
42
+ "@types/node": "24.4.0",
43
+ "@types/react": "19.1.13",
45
44
  "eslint": "9.35.0",
46
45
  "react": "19.1.1",
47
46
  "typescript": "5.9.2",
48
47
  "typescript-config-silverwind": "10.0.1",
49
- "updates": "16.7.1",
48
+ "updates": "16.7.2",
50
49
  "versions": "13.1.1",
51
50
  "vite": "7.1.5",
52
51
  "vite-config-silverwind": "5.4.0",