17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"extends": ["conventions", "next/core-web-vitals", "prettier"],
|
|
"plugins": ["prettier"],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"browser": true,
|
|
"jest": true
|
|
},
|
|
"rules": {
|
|
"prettier/prettier": "error",
|
|
"@next/next/no-img-element": "off"
|
|
}
|
|
}
|