Skip to content

Commit

Permalink
fix(standard-web-linter): disable preferring default export (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanosync authored Jul 19, 2024
1 parent da7e966 commit a0410c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/standard-web-linter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = {
"import/order": "off",
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"import/prefer-default-export": "off",
},
overrides: [
{
Expand Down

0 comments on commit a0410c4

Please sign in to comment.