Skip to content

Commit 2432767

Browse files
committed
Remove default export
1 parent 79fe50c commit 2432767

20 files changed

+1602
-483
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
env: {
33
es6: true,
44
},
5-
ignorePatterns: ['node_modules/*', 'dist/*'],
5+
ignorePatterns: ['node_modules/*', 'lib/*', 'es/*'],
66
parser: '@typescript-eslint/parser',
77
extends: [
88
'plugin:react/recommended',

0 commit comments

Comments
 (0)