next-app-boilerplate/.eslintrc

11 lines
265 B
Plaintext

{
"extends": ["conventions", "next/core-web-vitals", "prettier"],
"plugins": ["prettier"],
"parserOptions": { "project": "./tsconfig.json" },
"rules": {
"@next/next/no-img-element": "off",
"prettier/prettier": "error",
"no-console": "off"
}
}