Skip to content

Commit 756210a

Browse files
committed
chore: update deps & switch to esm
1 parent 8955740 commit 756210a

File tree

4 files changed

+6660
-3630
lines changed

4 files changed

+6660
-3630
lines changed

.eslintrc.js .eslintrc.cjs

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = {
1818
indent: 'off',
1919
'@typescript-eslint/indent': ['error', 2],
2020
'import/prefer-default-export': 'off',
21-
'import/no-default-export': 'error',
2221
'@typescript-eslint/comma-dangle': ['error', 'always-multiline'],
2322
'@typescript-eslint/no-explicit-any': 'error',
2423
'import/extensions': ['error', 'never'],

0 commit comments

Comments
 (0)