Skip to content

Commit

Permalink
disable import/prefer-default-export
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Nov 24, 2018
1 parent 46b8c8c commit 0440c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"import/no-extraneous-dependencies": 0,
"import/no-unresolved": [2, {
"ignore": ["electron"]
}],
}],
"import/prefer-default-export": 0,
"linebreak-style": 0,
"react/prefer-stateless-function": 0,
"react/jsx-filename-extension": [1, {
Expand Down

0 comments on commit 0440c74

Please sign in to comment.