MIF_E31220277/denta-admin/.eslintrc.json

12 lines
274 B
JSON

{
"extends": "next/core-web-vitals",
"plugins": ["@typescript-eslint"],
"rules": {
"@typescript-eslint/no-unused-vars": "warn",
"import/no-unresolved": "off",
"import/named": "off",
"no-console": "warn",
"react-hooks/exhaustive-deps": "warn"
}
}