Files
Nexus_Mat/.eslintrc.json

7 lines
111 B
JSON

{
"extends": ["next/core-web-vitals"],
"rules": {
"no-console": ["warn", { "allow": ["error"] }]
}
}