We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02b3ad commit 7437b21Copy full SHA for 7437b21
index.js
@@ -26,6 +26,9 @@ module.exports = {
26
"react/prop-types": 0,
27
28
// eslint-plugin-react-native
29
+ "react-native/no-color-literals": 1,
30
+ "react-native/no-inline-styles": 1,
31
+ "react-native/no-single-element-style-arrays": 1,
32
"react-native/no-unused-styles": 1
33
},
34
0 commit comments