Skip to content
Snippets Groups Projects
Commit 290bf0f4 authored by Chris Beer's avatar Chris Beer
Browse files

Disable some new eslint checks

parent 0124f049
Branches
Tags
3 merge requests!4Integrate upstream tests into gitlab ci,!3Update mirador code from official project,!2test gitlab ci (dont merge)
......@@ -29,6 +29,8 @@
"natural": false
}],
"react/jsx-props-no-spreading": "off",
"react/function-component-definition": "off",
"default-param-last": "off",
"arrow-parens": "off",
"import/no-anonymous-default-export": "off",
"max-len": ["error", {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment