Skip to content

Commit 9a6765c

Browse files
committed
fix: remove the workaround for the strict bug
It was already fixed. See typescript-eslint/typescript-eslint#58
1 parent 5b4ffff commit 9a6765c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,5 @@ module.exports = {
1717
// https://github.com/typescript-eslint/typescript-eslint/issues/46
1818
// And several other bugs
1919
// '@typescript-eslint/no-unused-vars': 'error',
20-
21-
// temporary fix for https://github.com/vuejs/vue-cli/issues/1922
22-
// very strange as somehow this rule gets different behaviors depending
23-
// on the presence of @typescript-eslint/parser...
24-
'strict': 'off'
2520
}
2621
}

0 commit comments

Comments
 (0)