tslint-config-standard
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "tslint-config-standard", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "A TSLint config for JavaScript Standard Style", | ||
@@ -5,0 +5,0 @@ "main": "tslint.js", |
@@ -54,3 +54,2 @@ module.exports = { | ||
'no-switch-case-fall-through': true, | ||
'no-unnecessary-callback-wrapper': true, | ||
'no-unused-expression': [true, 'allow-fast-null-checks', 'allow-tagged-template'], | ||
@@ -57,0 +56,0 @@ 'no-use-before-declare': true, |
7146
179