aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
blob: ebc44e40b2af9b9f203339b87639389eb3e8b74b (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
  root: true,
  extends: '@react-native',
  rules: {
    curly: 0,
  },
};