@theholocron/eslint-config 8.2.0 → 8.2.1

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,7 +1,11 @@
1
1
  import storybook from "eslint-plugin-storybook";
2
2
  //#region configs/storybook.ts
3
3
  function storybookConfig() {
4
- return [...storybook.configs["flat/recommended"]];
4
+ return [...storybook.configs["flat/recommended"], {
5
+ name: "@theholocron/storybook-overrides",
6
+ files: ["**/.storybook/**", "**/*.stories.@(js|jsx|mjs|ts|tsx)"],
7
+ rules: { "storybook/no-uninstalled-addons": "off" }
8
+ }];
5
9
  }
6
10
  //#endregion
7
11
  export { storybookConfig as storybook, storybookConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/eslint-config",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "description": "A ESLint configuration for writing well-formed Javascript within the Galaxy.",
5
5
  "homepage": "https://github.com/theholocron/configs/tree/main/packages/eslint-config#readme",
6
6
  "bugs": "https://github.com/theholocron/configs/issues",
@@ -34,8 +34,8 @@
34
34
  "typescript": "^5.9.3",
35
35
  "typescript-eslint": "^8.67.0",
36
36
  "vitest": "^4.1.10",
37
- "@theholocron/vitest-config": "8.2.0",
38
- "@theholocron/tsconfig": "8.2.0"
37
+ "@theholocron/tsconfig": "8.2.1",
38
+ "@theholocron/vitest-config": "8.2.1"
39
39
  },
40
40
  "exports": {
41
41
  ".": {