react-native-appmetrica/example/.eslintrc.js

13 lines
189 B
JavaScript
Raw Permalink Normal View History

2020-06-08 22:14:06 +03:00
module.exports = {
root: true,
extends: '@react-native-community',
"overrides": [
{
"files": ["index.js"],
"rules": {
"no-undef": "off"
},
}
],
};