mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-21 18:58:19 +00:00
8 lines
131 B
JavaScript
8 lines
131 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: '@react-native-community',
|
|
rules: {
|
|
semi: ['error', 'never'],
|
|
},
|
|
}
|