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 Jun 30, 2021
1 parent ac01d03 commit 1f8b54f
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 726 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"
}
}
Loading

0 comments on commit 1f8b54f

Please sign in to comment.