Skip to content

Commit

Permalink
Fix the new recommended ruleset (#6)
Browse files Browse the repository at this point in the history
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'
```
  • Loading branch information
DavidRouyer authored and haoqunjiang committed Nov 26, 2019
1 parent 390c373 commit 1f4d6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recommended.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: [
'./index',
'./index.js',
'plugin:@typescript-eslint/recommended'
],

Expand Down

0 comments on commit 1f4d6c6

Please sign in to comment.