.eslintrc 67 Bytes
Newer Older
1
{
2
3
4
5
  "extends": "react-app",
  "rules": {
    "curly": "warn"
  }
6
}