mirror of
https://github.com/run-llama/pdf-viewer.git
synced 2026-07-01 21:34:02 -04:00
15 lines
468 B
JSON
15 lines
468 B
JSON
{
|
|
"extends": "wojtekmaj/react",
|
|
"rules": {
|
|
"@typescript-eslint/consistent-type-definitions": "off",
|
|
"@typescript-eslint/no-use-before-define": "off",
|
|
"react-hooks/exhaustive-deps": "off",
|
|
"no-console": "off",
|
|
"@typescript-eslint/ban-ts-comment": "off",
|
|
"react/jsx-no-leaked-render": "off",
|
|
"jsx-a11y/click-events-have-key-events": "off",
|
|
"jsx-a11y/no-static-element-interactions": "off",
|
|
"react/no-array-index-key": "off"
|
|
}
|
|
}
|