all repos — caroster @ a78d74bdc205a880e61fa477de33a5d876c6ea51

[Octree] Group carpool to your event https://caroster.io

frontend/.eslintrc (view raw)

1{
2  "extends": ["next", "prettier"],
3  "rules": {
4    "react/display-name": "off",
5    "react-hooks/exhaustive-deps": "off"
6  }
7}