5dde3bfe92
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "next/typescript"],
|
|
"rules": {
|
|
"notice/notice": "off",
|
|
"react/forbid-elements": "off",
|
|
"jsx-a11y/alt-text": "off"
|
|
}
|
|
}
|