File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
eslint-plugin-react-dom/src/rules
eslint-plugin-react-naming-convention/src/rules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import * as JSX from "@eslint-react/jsx" ;
22import type { RuleContext , RuleFeature } from "@eslint-react/kit" ;
3- import { RE_JAVASCRIPT_PROTOCOL } from "@eslint-react/shared " ;
3+ import { RE_JAVASCRIPT_PROTOCOL } from "@eslint-react/kit " ;
44import { AST_NODE_TYPES as T } from "@typescript-eslint/types" ;
55import type { RuleListener } from "@typescript-eslint/utils/ts-eslint" ;
66import type { CamelCase } from "string-ts" ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as AST from "@eslint-react/ast";
22import { useComponentCollector , useComponentCollectorLegacy } from "@eslint-react/core" ;
33import type { _ } from "@eslint-react/eff" ;
44import type { RuleContext , RuleFeature } from "@eslint-react/kit" ;
5- import { RE_CONSTANT_CASE , RE_PASCAL_CASE } from "@eslint-react/shared " ;
5+ import { RE_CONSTANT_CASE , RE_PASCAL_CASE } from "@eslint-react/kit " ;
66import type { JSONSchema4 } from "@typescript-eslint/utils/json-schema" ;
77import type { RuleListener } from "@typescript-eslint/utils/ts-eslint" ;
88
You can’t perform that action at this time.
0 commit comments