summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
blob: 40c6dcd05f3100109c83d8e5946ae1e99b25162b (plain)
1
2
3
4
module.exports = {
  root: true,
  extends: '@react-native-community',
};