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