diff options
-rw-r--r-- | .eslintrc.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 7195e1ac..c9c9dc55 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -4,8 +4,8 @@ module.exports = { parser: '@typescript-eslint/parser', plugins: ['react', 'react-native'], rules: { - 'react-native/no-unused-styles': 2, - 'react-native/no-raw-text': 1, - 'react-native/no-single-element-style-arrays': 2, - } + // 'react-native/no-unused-styles': 2, + // 'react-native/no-raw-text': 1, + // 'react-native/no-single-element-style-arrays': 2, + }, }; |