next-app-boilerplate/.eslintrc

11 lines
227 B
Plaintext

{
"extends": ["next/core-web-vitals", "prettier"],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error",
"no-unused-vars": "warn",
"no-console": "off",
"@next/next/no-img-element": "off"
}
}