Files
OpsMastery.v5-Client/.eslintrc.json
2026-07-12 20:27:42 -04:00

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"
}
}