summaryrefslogtreecommitdiffhomepage
path: root/frontend/.eslintrc.json
blob: 7292b8a84a5c040b88a78c9b911288ce94c1c882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "rules": {
    "no-console": "error",
    "@typescript-eslint/explicit-module-boundary-types": "off",
    "@typescript-eslint/no-empty-function": "warn",
    "@typescript-eslint/no-empty-interface": "off",
    "@typescript-eslint/no-unused-vars": "warn"
  },
  "extends": [
    "react-app",
    "plugin:react-hooks/recommended",
    "eslint:recommended",
    "plugin:@typescript-eslint/recommended"
  ]
}