Skip to content

Commit 3672bf8

Browse files
committed
Add missing react- prefix
1 parent 96f5419 commit 3672bf8

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-plugin-react-prefer-function-component/src

1 file changed

+1
-1
lines changed

packages/eslint-plugin-react-prefer-function-component/src/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config = {
1414
"react-prefer-function-component": plugin,
1515
},
1616
rules: {
17-
"react-prefer-function-component/prefer-function-component": "error",
17+
"react-prefer-function-component/react-prefer-function-component": "error",
1818
},
1919
},
2020
},

0 commit comments

Comments
 (0)