2022-02-12 23:07:11 +01:00
|
|
|
{
|
2022-03-18 16:16:00 +01:00
|
|
|
"extends": ["conventions", "next/core-web-vitals", "prettier"],
|
2022-03-17 11:47:20 +01:00
|
|
|
"plugins": ["prettier"],
|
2022-03-17 12:05:00 +01:00
|
|
|
"parserOptions": { "project": "./tsconfig.json" },
|
2022-03-17 11:47:20 +01:00
|
|
|
"rules": {
|
2022-03-18 16:16:00 +01:00
|
|
|
"@next/next/no-img-element": "off",
|
2022-03-17 11:47:20 +01:00
|
|
|
"prettier/prettier": "error",
|
2022-03-18 16:16:00 +01:00
|
|
|
"no-console": "off"
|
2022-03-17 11:47:20 +01:00
|
|
|
}
|
2022-02-12 23:07:11 +01:00
|
|
|
}
|