tslint-config-standard
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "tslint-config-standard", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A TSLint config for JavaScript Standard Style", | ||
@@ -5,0 +5,0 @@ "main": "tslint.js", |
@@ -141,3 +141,3 @@ var path = require('path') | ||
'no-empty-character-class': true, | ||
'no-ex-assign': true, | ||
// 'no-ex-assign': true, | ||
'no-extra-boolean-cast': true, | ||
@@ -144,0 +144,0 @@ 'no-inner-declarations': [ |
10790