Skip to content

Commit

Permalink
chore(linter): add no-default-export rule
Browse files Browse the repository at this point in the history
Related to #918
  • Loading branch information
Skaiir committed Jan 11, 2024
1 parent 293a941 commit 1a62482
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
]
}]
},
"overrides": [
{
"files": [ "packages/**/src/**/*.js" ],
"rules": {
"import/no-default-export": "error"
}
}
],
"plugins": [
"import"
]
Expand Down

0 comments on commit 1a62482

Please sign in to comment.