Skip to content

Commit 22d66c1

Browse files
committed
Add file skeletons
1 parent 811f496 commit 22d66c1

File tree

6 files changed

+51
-1581
lines changed

6 files changed

+51
-1581
lines changed

.eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
'import/no-unresolved': 'off',
4646
'import/no-namespace': 'error',
4747
'import/no-duplicates': 'error',
48-
'import/no-default-export': 'error',
48+
'import/no-default-export': 'off',
4949
'import/no-internal-modules': 'off',
5050
'import/newline-after-import': 'error',
5151
'import/order': [
@@ -61,4 +61,4 @@ module.exports = {
6161
settings: {
6262
'import/extensions': ['.js', '.jsx', '.ts', '.tsx'],
6363
},
64-
};
64+
};

0 commit comments

Comments
 (0)