Skip to content

Commit

Permalink
chore: run formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
prescottprue committed Oct 10, 2024
1 parent b32b9b6 commit 75e5d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-base/rules/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ module.exports = {
'commitlint.config.{js,ts,mjs,cjs,mts,cts}',
'lint-staged.config.{js,ts,mjs,cjs,mts,cts}',
'release.config.{js,ts,mjs,cjs,mts,cts}',
'rollup.config.{js,ts,mjs,cjs,mts,cts}'
'rollup.config.{js,ts,mjs,cjs,mts,cts}',
],
rules: {
'import/no-default-export': 'off',
Expand Down

0 comments on commit 75e5d79

Please sign in to comment.