aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
blob: 4658cc5dc9fed62ba90f48ea2f4a21290aa3a8b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "extends": "next/core-web-vitals",
  // ignore react-hooks/exhaustive-deps
  "rules": {
    "react-hooks/exhaustive-deps": "off",
    "react/no-unescaped-entities": 0,
    "react/no-unknown-property": ["error", { "ignore": ["css"] }]
  }
}