Skip to content

Commit

Permalink
fix: πŸ› eslint export rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Bely committed May 12, 2022
1 parent bd1e7ba commit 9693b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ module.exports = {
],
rules: {
'no-restricted-imports': 'off',
'import/no-default-export': 'off',
},
};

0 comments on commit 9693b2d

Please sign in to comment.