Skip to content

Commit

Permalink
fix: disable prefer-default-export
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbkz committed Aug 7, 2022
1 parent f59e63a commit 5bca23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ const baseRules = merge(
'no-webpack-loader-syntax': ERROR,
'order': ERROR,
'newline-after-import': ERROR,
'prefer-default-export': ERROR,
'prefer-default-export': OFF,
'no-default-export': ERROR,
'no-named-export': OFF,
'unambiguous': ERROR,
Expand Down

0 comments on commit 5bca23f

Please sign in to comment.