Removes unnecessary subscriptions on invalid blame

Removes duplicate lint rule
Switches on-demand CodeLens to be a global toggle
This commit is contained in:
Eric Amodio
2016-11-12 16:30:07 -05:00
parent e31a1a3473
commit e9db04f0c7
8 changed files with 56 additions and 60 deletions

View File

@@ -21,9 +21,6 @@
"no-unsafe-finally": true,
"no-unused-expression": false,
"no-unused-new": true,
"no-unused-variable": [
true
],
"no-var-keyword": true,
"no-var-requires": false,
"object-literal-key-quotes": [