1
0
mirror of https://github.com/tabler/tabler.git synced 2026-01-08 13:40:09 +04:00
Files
tabler/site/.eslintrc.json
2023-07-18 00:13:56 +02:00

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