Skip to content
Snippets Groups Projects
Commit 14c4bdb6 authored by Christopher Hanna Johnson's avatar Christopher Hanna Johnson
Browse files

disable eslint prefer-default-export

closes #1707
parent 62f34d75
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
"parser": "babel-eslint",
"plugins": ["jest"],
"rules": {
"import/prefer-default-export": "off",
"no-console": "off",
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"require-jsdoc": ["error", {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment