aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
blob: 189699723fd268d110348a350f23fb40982965b1 (plain)
1
2
3
4
5
6
module.exports = {
  root: true,
  extends: '@react-native-community',
  parser: '@typescript-eslint/parser',
  plugins: ['@typescript-eslint'],
};