@salesforce/dev-config
Advanced tools
Comparing version 1.1.0 to 1.1.2
{ | ||
"name": "@salesforce/dev-config", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"description": "dev configs for sfdx", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,2 +9,3 @@ { | ||
"arrow-parens": [true, "ban-single-arg-parens"], | ||
"curly": [true, "ignore-same-line"], | ||
"interface-name": false, | ||
@@ -26,3 +27,3 @@ "interface-over-type-literal": false, | ||
"ordered-imports": true, | ||
"quotemark": [true, "single", "avoid-template"], | ||
"quotemark": [true, "single", "avoid-template", "avoid-escape"], | ||
"trailing-comma": [true, {"multiline": "never", "singleline": "never"}], | ||
@@ -39,3 +40,2 @@ "variable-name": [true, "allow-leading-underscore"], | ||
"no-octal-literal": true, | ||
"no-reserved-keywords": true, | ||
"no-string-based-set-immediate": true, | ||
@@ -42,0 +42,0 @@ "no-string-based-set-interval": true, |
2647