Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit dcb7def

Browse files
committed
chore(eslint): add warnOnUnsupportedTypeScriptVersion: false for hide typescript error
1 parent deb5d26 commit dcb7def

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ module.exports = {
2222
sourceType: 'module',
2323
ecmaFeatures: {
2424
legacyDecorators: true
25-
}
25+
},
26+
warnOnUnsupportedTypeScriptVersion: false
2627
},
2728
// add your custom rules here
2829
rules: {

0 commit comments

Comments
 (0)