Ankilan/.eslintrc.json
2020-03-10 23:31:37 -04:00

9 lines
119 B
JSON

module.exports = {
root: true,
extends: '@react-native-community',
plugins: [
react,
react-native
]
};