tslint-config-standard
Advanced tools
Comparing version 8.0.0 to 8.0.1
{ | ||
"name": "tslint-config-standard", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "A TSLint config for JavaScript Standard Style", | ||
@@ -5,0 +5,0 @@ "main": "tslint.js", |
@@ -37,3 +37,2 @@ module.exports = { | ||
'no-unused-expression': [true, 'allow-fast-null-checks', 'allow-tagged-template'], | ||
'no-use-before-declare': true, | ||
'no-var-keyword': true, | ||
@@ -40,0 +39,0 @@ 'radix': true, |
6726
164