Skip to content

Commit 13da4ec

Browse files
Rel1cxCopilot
andauthored
fix: update packages/plugins/eslint-plugin-react-x/src/rules/no-string-style-prop.ts
Co-authored-by: Copilot <[email protected]> Signed-off-by: REL1CX <[email protected]>
1 parent 5e8e31d commit 13da4ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default createRule<[], MessageID>({
1919
description: "Disallows the use of string style prop.",
2020
[Symbol.for("rule_features")]: RULE_FEATURES,
2121
},
22-
fixable: "code",
2322
messages: {
2423
noStringStyleProp: "Do not use string style prop. Use an object instead.",
2524
},

0 commit comments

Comments
 (0)