tslint-config-vtex
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "tslint-config-vtex", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "VTEX's tslint config", | ||
@@ -5,0 +5,0 @@ "main": "tslint.json", |
@@ -7,3 +7,3 @@ { | ||
"brace-style": [true, "1tbs", { "allowSingleLine": true }], | ||
"variable-name": true, | ||
"variable-name": [true, "check-format", "allow-leading-underscore", "allow-trailing-underscore"], | ||
"trailing-comma": [true, {"multiline": "always", "singleline": "never"}], | ||
@@ -10,0 +10,0 @@ "curly": true, |
Sorry, the diff of this file is not supported yet
4512