We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e5b6f commit 6442133Copy full SHA for 6442133
lib/configs/recommended.js
@@ -6,7 +6,7 @@ module.exports = {
6
"func-style": "off",
7
"react/prop-types": "off",
8
"@croutonn/func-style": ["error", "arrow"],
9
- "@croutonn/typescript-react-component-type": ["raw"],
+ "@croutonn/typescript-react-component-type": ["error", "raw"],
10
"@croutonn/typescript-react-require-props-suffix": ["error"],
11
"@croutonn/typescript-react-require-props-type": ["error"]
12
}
0 commit comments