@jimmy.codes/eslint-config 6.13.1 → 6.13.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -5
  2. package/package.json +5 -5
package/dist/index.d.ts CHANGED
@@ -5212,7 +5212,6 @@ interface RuleOptions {
5212
5212
  * Validates against deriving values from state in an effect
5213
5213
  */
5214
5214
  'react-hooks/no-deriving-state-in-effects'?: Linter.RuleEntry<ReactHooksNoDerivingStateInEffects>;
5215
- 'react-hooks/no-unused-directives'?: Linter.RuleEntry<ReactHooksNoUnusedDirectives>;
5216
5215
  /**
5217
5216
  * Validates that existing manual memoized is preserved by the compiler. React Compiler will only compile components and hooks if its inference [matches or exceeds the existing manual memoization](https://react.dev/learn/react-compiler/introduction#what-should-i-do-about-usememo-usecallback-and-reactmemo)
5218
5217
  */
@@ -14072,10 +14071,6 @@ type ReactHooksMemoizedEffectDependencies = [] | [{
14072
14071
  type ReactHooksNoDerivingStateInEffects = [] | [{
14073
14072
  [k: string]: unknown | undefined;
14074
14073
  }];
14075
- // ----- react-hooks/no-unused-directives -----
14076
- type ReactHooksNoUnusedDirectives = [] | [{
14077
- [k: string]: unknown | undefined;
14078
- }];
14079
14074
  // ----- react-hooks/preserve-manual-memoization -----
14080
14075
  type ReactHooksPreserveManualMemoization = [] | [{
14081
14076
  [k: string]: unknown | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmy.codes/eslint-config",
3
- "version": "6.13.1",
3
+ "version": "6.13.3",
4
4
  "description": "A simple, modern ESLint config that covers most use cases.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -48,7 +48,7 @@
48
48
  "@types/eslint": "9.6.1",
49
49
  "@typescript-eslint/parser": "^8.45.0",
50
50
  "@typescript-eslint/utils": "^8.45.0",
51
- "@vitest/eslint-plugin": "^1.3.15",
51
+ "@vitest/eslint-plugin": "^1.3.16",
52
52
  "astro-eslint-parser": "^1.2.2",
53
53
  "eslint-config-flat-gitignore": "^2.1.0",
54
54
  "eslint-config-prettier": "^10.1.8",
@@ -57,13 +57,13 @@
57
57
  "eslint-plugin-import-x": "^4.16.1",
58
58
  "eslint-plugin-jest": "^29.0.1",
59
59
  "eslint-plugin-jest-dom": "^5.5.0",
60
- "eslint-plugin-jsdoc": "^60.8.0",
60
+ "eslint-plugin-jsdoc": "^60.8.1",
61
61
  "eslint-plugin-jsx-a11y": "^6.10.2",
62
62
  "eslint-plugin-n": "^17.23.1",
63
- "eslint-plugin-perfectionist": "^4.15.0",
63
+ "eslint-plugin-perfectionist": "^4.15.1",
64
64
  "eslint-plugin-playwright": "^2.2.2",
65
65
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
66
- "eslint-plugin-react-hooks": "^6.1.0",
66
+ "eslint-plugin-react-hooks": "^6.1.1",
67
67
  "eslint-plugin-react-refresh": "0.4.23",
68
68
  "eslint-plugin-regexp": "^2.10.0",
69
69
  "eslint-plugin-storybook": "0.12.0",