mirror of
https://github.com/tabler/tabler.git
synced 2026-01-08 13:40:09 +04:00
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"react/no-unescaped-entities": "off",
|
|
"react/display-name": "off",
|
|
"@next/next/no-img-element": "off",
|
|
"react/jsx-no-target-blank": "off",
|
|
"jsx-a11y/alt-text": "off"
|
|
}
|
|
}
|