Skip to content

Commit

Permalink
Disable no anonymous default export rule
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Apr 3, 2021
1 parent fbb42b7 commit 96743d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"pragma": "h",
"version": "16.0"
}
},
"rules": {
"import/no-anonymous-default-export": "off"
}
}

0 comments on commit 96743d9

Please sign in to comment.