Skip to content

Commit 22eee50

Browse files
committed
fix: update import paths
1 parent 85e164b commit 22eee50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugins/eslint-plugin-react-dom/src/rules/no-script-url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as JSX from "@eslint-react/jsx";
22
import 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";
44
import { AST_NODE_TYPES as T } from "@typescript-eslint/types";
55
import type { RuleListener } from "@typescript-eslint/utils/ts-eslint";
66
import type { CamelCase } from "string-ts";

packages/plugins/eslint-plugin-react-naming-convention/src/rules/component-name.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as AST from "@eslint-react/ast";
22
import { useComponentCollector, useComponentCollectorLegacy } from "@eslint-react/core";
33
import type { _ } from "@eslint-react/eff";
44
import 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";
66
import type { JSONSchema4 } from "@typescript-eslint/utils/json-schema";
77
import type { RuleListener } from "@typescript-eslint/utils/ts-eslint";
88

0 commit comments

Comments
 (0)