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 71fb798 commit dffed82Copy full SHA for dffed82
.eslintrc.js
@@ -4,6 +4,7 @@ module.exports = {
4
rules: {
5
// flags jest.config.ts as a problem
6
'jest/no-jest-import': 'off',
7
+ 'react-native/no-inline-styles': 'off',
8
},
9
ignorePatterns: ['**/lib/*', 'node_modules/*', '**/build/*'],
10
}
0 commit comments