We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b491cb4 commit a75b353Copy full SHA for a75b353
.eslintrc.js
@@ -1 +1,3 @@
1
-module.exports = require('./index')
+module.exports = {
2
+ extends: '@eclass'
3
+}
base.js
@@ -1,7 +1,7 @@
module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
4
- sourceType: 'module',
+ sourceType: 'module'
5
},
6
extends: [
7
'eslint:recommended',
@@ -35,6 +35,6 @@ module.exports = {
35
'node/no-unsupported-features/es-syntax': 'off',
36
'node/no-missing-import': 'off',
37
'node/no-unpublished-import': 'off',
38
- 'node/no-extraneous-import': 'off',
+ 'node/no-extraneous-import': 'off'
39
}
40
0 commit comments