Skip to content

Commit

Permalink
fix(eslint-config): overrides for rollup.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Feb 18, 2022
1 parent 5205cd5 commit 0e7aa61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/eslint-config/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ module.exports = {
}
},
overrides: [
{
files: 'rollup.config.js',
rules: {
'import/no-default-export': 'off'
}
},
{
files: ['*.js', '*.jsx'],
extends: ['./rules/babel'].map(require.resolve)
Expand Down

0 comments on commit 0e7aa61

Please sign in to comment.