less eslint plz

This commit is contained in:
HF 2020-01-04 06:58:35 +01:00
parent b18c55ccc4
commit aa8c666ceb

View File

@ -26,6 +26,10 @@
"no-plusplus" : "off", "no-plusplus" : "off",
"no-param-reassign": "off", "no-param-reassign": "off",
"no-mixed-operators":"off", "no-mixed-operators":"off",
"react/prop-types": "off" "react/prop-types": "off",
"react/jsx-one-expression-per-line": "off",
"react/jsx-closing-tag-location":"off",
"jsx-a11y/click-events-have-key-events":"off",
"lines-between-class-members":["warn", "always",{"exceptAfterSingleLine": true}]
} }
} }