Skip to content

Commit a75b353

Browse files
committed
chore(eslint): update eslint config
1 parent b491cb4 commit a75b353

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
module.exports = require('./index')
1+
module.exports = {
2+
extends: '@eclass'
3+
}

base.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
parser: '@typescript-eslint/parser',
33
parserOptions: {
4-
sourceType: 'module',
4+
sourceType: 'module'
55
},
66
extends: [
77
'eslint:recommended',
@@ -35,6 +35,6 @@ module.exports = {
3535
'node/no-unsupported-features/es-syntax': 'off',
3636
'node/no-missing-import': 'off',
3737
'node/no-unpublished-import': 'off',
38-
'node/no-extraneous-import': 'off',
38+
'node/no-extraneous-import': 'off'
3939
}
4040
}

0 commit comments

Comments
 (0)