Skip to content

Commit 48b7c6d

Browse files
committed
chore: remove ununsed imports
1 parent 181d794 commit 48b7c6d

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-jsdoc": "^54.3.1",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
29-
"eslint-plugin-unicorn": "^60.0.0",
29+
"eslint-plugin-unicorn": "^61.0.0",
3030
"typescript-eslint": "^8.42.0"
3131
},
3232
"peerDependencies": {

.pkgs/eslint-plugin-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-jsdoc": "^54.3.1",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
39-
"eslint-plugin-unicorn": "^60.0.0",
39+
"eslint-plugin-unicorn": "^61.0.0",
4040
"string-ts": "^2.2.1",
4141
"ts-pattern": "^5.8.0"
4242
},

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint-plugin-perfectionist": "^4.15.0",
6161
"eslint-plugin-react-hooks": "^5.2.0",
6262
"eslint-plugin-react-refresh": "^0.4.20",
63-
"eslint-plugin-unicorn": "^60.0.0",
63+
"eslint-plugin-unicorn": "^61.0.0",
6464
"importx": "^0.5.2",
6565
"postcss": "^8.5.6",
6666
"tailwindcss": "^4.1.13",

packages/plugins/eslint-plugin-react-dom/src/rules/no-string-style-prop.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import type { RuleContext, RuleFeature } from "@eslint-react/kit";
2-
import type { TSESTree } from "@typescript-eslint/types";
32
import type { RuleListener } from "@typescript-eslint/utils/ts-eslint";
43
import type { CamelCase } from "string-ts";
54

6-
import { AST_NODE_TYPES as T } from "@typescript-eslint/types";
75
import { createJsxElementResolver, createRule, resolveAttribute } from "../utils";
86

97
export const RULE_NAME = "no-string-style-prop";

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)