@eslint-react/eslint 5.20.4 → 5.20.6

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -6,7 +6,7 @@ import { ReportFixFunction, RuleFix, RuleFixer, RuleListener, RuleListener as Ru
6
6
  * Represents the ESLint rule context.
7
7
  * @since 0.0.1
8
8
  */
9
- export type RuleContext<MessageIds extends string = string, Options extends readonly unknown[] = readonly unknown[]> = tseslint.RuleContext<MessageIds, Options>;
9
+ export type RuleContext<M extends string = string, O extends readonly unknown[] = readonly unknown[]> = tseslint.RuleContext<M, O>;
10
10
  /**
11
11
  * Represents the feature of a rule.
12
12
  * @since 1.20.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint",
3
- "version": "5.20.4",
3
+ "version": "5.20.6",
4
4
  "description": "ESLint React's ESLint types and utils.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {