mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-08-30 21:31:13 +00:00
9 lines
179 B
JavaScript
9 lines
179 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: '@react-native-community',
|
|
rules: {
|
|
semi: ['error', 'never'],
|
|
'react-native/no-inline-styles': 'off',
|
|
},
|
|
}
|