9 lines
119 B
JSON
9 lines
119 B
JSON
module.exports = {
|
|
root: true,
|
|
extends: '@react-native-community',
|
|
plugins: [
|
|
react,
|
|
react-native
|
|
]
|
|
};
|