Fix linter

This commit is contained in:
Aarni Halinen
2021-11-11 20:15:33 +02:00
parent f299e791c7
commit 1189c53f93
5 changed files with 8 additions and 3 deletions
+2
View File
@@ -34,6 +34,8 @@ module.exports = {
],
"react/jsx-props-no-spreading": "off",
"react/jsx-one-expression-per-line": "off",
"react/require-default-props": "off",
"react/default-props-match-prop-types": "off",
// Temp
"react/no-array-index-key": "warn",
"jsx-a11y/label-has-associated-control": "off",