diff --git a/.eslintrc.js b/.eslintrc.js index 6b1f939..b31c8dc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,6 +10,10 @@ module.exports = { '@typescript-eslint/no-shadow': ['error'], 'no-shadow': 'off', 'no-undef': 'off', + semi: 'off', + curly: 'off', + 'react/react-in-jsx-scope': 'off', + 'react-native/no-inline-styles': 'off', }, }, ],