Skip to content

Commit 1f4d6c6

Browse files
DavidRouyerhaoqunjiang
authored andcommitted
Fix the new recommended ruleset (#6)
Otherwise it fails with the following errors: ``` Error: Cannot read config file: C:\myrepo\node_modules\@VUE\eslint-config-typescript\index Error: ENOENT: no such file or directory, open 'C:\myrepo\node_modules\@VUE\eslint-config-typescript\index' ```
1 parent 390c373 commit 1f4d6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recommended.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
extends: [
3-
'./index',
3+
'./index.js',
44
'plugin:@typescript-eslint/recommended'
55
],
66

0 commit comments

Comments
 (0)