Raw File
.eslintrc.js
module.exports = {
  root: true,
  extends: '@react-native-community',
};
back to top