mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 14:57:22 +03:00
Temp disable react-hooks linting rules
This commit is contained in:
parent
3a88695122
commit
08a5014b5e
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,8 @@
|
||||||
"jsx-a11y/control-has-associated-label": "off",
|
"jsx-a11y/control-has-associated-label": "off",
|
||||||
"jsx-a11y/label-has-associated-control": "off",
|
"jsx-a11y/label-has-associated-control": "off",
|
||||||
"jsx-a11y/click-events-have-key-events": "off",
|
"jsx-a11y/click-events-have-key-events": "off",
|
||||||
"jsx-a11y/no-static-element-interactions": "off"
|
"jsx-a11y/no-static-element-interactions": "off",
|
||||||
|
"react-hooks/rules-of-hooks": "off",
|
||||||
|
"react-hooks/exhaustive-deps": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue