oxlint-plugin-react-doctor 0.2.0-beta.3 → 0.2.0-beta.5

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 (3) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/dist/index.js +2595 -1266
  3. package/package.json +3 -2
package/dist/index.d.ts CHANGED
@@ -16,6 +16,7 @@ interface ReportDescriptor {
16
16
  interface RuleContext {
17
17
  report: (descriptor: ReportDescriptor) => void;
18
18
  getFilename?: () => string;
19
+ readonly settings?: Readonly<Record<string, unknown>>;
19
20
  }
20
21
  //#endregion
21
22
  //#region src/plugin/utils/rule-visitors.d.ts