blazerapp/.eslintrc.js

5 lines
74 B
JavaScript
Raw Normal View History

2020-08-09 16:37:46 -04:00
module.exports = {
root: true,
extends: '@react-native-community',
};