eslint-config-setup 0.2.4 → 0.2.8

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.
@@ -358,7 +358,7 @@
358
358
  "allowExpressions": true,
359
359
  "allowTypedFunctionExpressions": true,
360
360
  "allowHigherOrderFunctions": true,
361
- "allowIIFE": true
361
+ "allowIIFEs": true
362
362
  }
363
363
  ],
364
364
  "@typescript-eslint/prefer-enum-initializers": "error",
@@ -362,7 +362,7 @@
362
362
  "allowExpressions": true,
363
363
  "allowTypedFunctionExpressions": true,
364
364
  "allowHigherOrderFunctions": true,
365
- "allowIIFE": true
365
+ "allowIIFEs": true
366
366
  }
367
367
  ],
368
368
  "@typescript-eslint/prefer-enum-initializers": "error",
@@ -431,7 +431,7 @@
431
431
  "allowExpressions": true,
432
432
  "allowTypedFunctionExpressions": true,
433
433
  "allowHigherOrderFunctions": true,
434
- "allowIIFE": true
434
+ "allowIIFEs": true
435
435
  }
436
436
  ],
437
437
  "@typescript-eslint/prefer-enum-initializers": "error",
@@ -435,7 +435,7 @@
435
435
  "allowExpressions": true,
436
436
  "allowTypedFunctionExpressions": true,
437
437
  "allowHigherOrderFunctions": true,
438
- "allowIIFE": true
438
+ "allowIIFEs": true
439
439
  }
440
440
  ],
441
441
  "@typescript-eslint/prefer-enum-initializers": "error",
@@ -1,7 +1,7 @@
1
1
  import { Linter } from 'eslint';
2
2
 
3
3
  interface ConfigOptions {
4
- /** Enable React 19+ rules (Hooks, Compiler, JSX-A11y, Server Components) */
4
+ /** Enable React 19+ rules (Hooks, JSX-A11y, Server Components) */
5
5
  react?: boolean;
6
6
  /** Enable Node.js-specific rules and globals */
7
7
  node?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-setup",
3
- "version": "0.2.4",
3
+ "version": "0.2.8",
4
4
  "description": "Pre-generated, permutation-based ESLint flat configs for modern TypeScript & React projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -43,7 +43,7 @@
43
43
  "url": "https://github.com/sebastian-software/eslint-config-setup.git",
44
44
  "directory": "packages/eslint-config"
45
45
  },
46
- "homepage": "https://github.com/sebastian-software/eslint-config-setup/tree/main/packages/eslint-config",
46
+ "homepage": "https://sebastian-software.github.io/eslint-config-setup/",
47
47
  "bugs": {
48
48
  "url": "https://github.com/sebastian-software/eslint-config-setup/issues"
49
49
  },
@@ -88,7 +88,7 @@
88
88
  "eslint-plugin-regexp": "^3.0.0",
89
89
  "eslint-plugin-security": "^4.0.0",
90
90
  "eslint-plugin-sonarjs": "^4.0.0",
91
- "eslint-plugin-storybook": "^10.2.14",
91
+ "eslint-plugin-storybook": "^10.2.15",
92
92
  "eslint-plugin-testing-library": "^7.16.0",
93
93
  "eslint-plugin-unicorn": "^63.0.0",
94
94
  "eslint-plugin-unused-imports": "^4.4.1",