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
No related tags found
No related merge requests found
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
"natural": false "natural": false
}], }],
"react/jsx-props-no-spreading": "off", "react/jsx-props-no-spreading": "off",
"react/function-component-definition": "off",
"default-param-last": "off",
"arrow-parens": "off", "arrow-parens": "off",
"import/no-anonymous-default-export": "off", "import/no-anonymous-default-export": "off",
"max-len": ["error", { "max-len": ["error", {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment