UNPKG

131 BJavaScriptView Raw
1module.exports = {
2 extends: '@react-native-community',
3 rules: { 'no-bitwise': 0, '@typescript-eslint/no-explicit-any': 2 },
4};