Skip to content
Snippets Groups Projects
Unverified Commit 041e5579 authored by Mathias Maaß's avatar Mathias Maaß Committed by GitHub
Browse files

Merge pull request #1864 from ProjectMirador/1707-allowNamedExports

Disable eslint prefer-default-export
parents 82f70f8c 14c4bdb6
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