Files
backstage/canon-docs/.eslintrc.json
T
Charles de Dreuille ff6ef76e17 Move to Nextjs 14
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2025-01-08 18:27:44 +00:00

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"
}
}