Skip to content

Commit 6442133

Browse files
committed
Fix recommended because an option setting error
1 parent f7e5b6f commit 6442133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/configs/recommended.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
"func-style": "off",
77
"react/prop-types": "off",
88
"@croutonn/func-style": ["error", "arrow"],
9-
"@croutonn/typescript-react-component-type": ["raw"],
9+
"@croutonn/typescript-react-component-type": ["error", "raw"],
1010
"@croutonn/typescript-react-require-props-suffix": ["error"],
1111
"@croutonn/typescript-react-require-props-type": ["error"]
1212
}

0 commit comments

Comments
 (0)