summaryrefslogtreecommitdiff
path: root/.eslintrc
blob: 7b6d396eb418716ae6b082c1e70f2c71635e2d69 (plain)
1
2
3
4
5
6
7
{
  "extends": "react-app",
  "plugins": ["prettier"],
  "rules": {
    "prettier/prettier": "error"
  }
}