Skip to content

Commit 36a781c

Browse files
committed
refactor(plugins/x): minor improvements
1 parent acfba3f commit 36a781c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/plugins/eslint-plugin-react-x/src/rules/jsx-uses-vars.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ import { createRule } from "../utils";
88

99
export const RULE_NAME = "jsx-uses-vars";
1010

11-
export const RULE_FEATURES = [
12-
"LNT",
13-
] as const satisfies RuleFeature[];
11+
export const RULE_FEATURES = [] as const satisfies RuleFeature[];
1412

1513
export type MessageID = CamelCase<typeof RULE_NAME>;
1614

0 commit comments

Comments
 (0)