Ankilan/.eslintrc.json

9 lines
119 B
JSON

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