mirror of https://github.com/zulip/zulip.git
eslint: Turn off warning from eslint about using unsupported typescript.
We are mostly fine using newer versions of typescript since they work fine; eslint just warns since it doesn't test against it.
This commit is contained in:
parent
ceff7e51bd
commit
9be6b79945
|
@ -4,6 +4,7 @@
|
|||
"es6": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"warnOnUnsupportedTypeScriptVersion": false,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"globals": {
|
||||
|
|
Loading…
Reference in New Issue