@salesforce/dev-config
Advanced tools
Comparing version 1.0.4 to 1.1.0
{ | ||
"name": "@salesforce/dev-config", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "dev configs for sfdx", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,19 +8,22 @@ { | ||
"rules": { | ||
"no-any": true, | ||
"only-arrow-functions": false, | ||
"no-bitwise": false, | ||
"arrow-parens": [true, "ban-single-arg-parens"], | ||
"interface-name": false, | ||
"interface-over-type-literal": false, | ||
"max-classes-per-file": false, | ||
"max-line-length": false, | ||
"no-any": true, | ||
"no-bitwise": false, | ||
"no-console": false, | ||
"no-empty": false, | ||
"no-floating-promises": true, | ||
"no-string-literal": false, | ||
"no-trailing-whitespace": [true], | ||
"no-unused-variable": true, | ||
"object-literal-key-quotes": [true, "as-needed"], | ||
"object-literal-sort-keys": false, | ||
"no-unused-variable": true, | ||
"ordered-imports": false, | ||
"only-arrow-functions": [true, "allow-named-functions"], | ||
"ordered-imports": true, | ||
"quotemark": [true, "single", "avoid-template"], | ||
"trailing-comma": [true, {"multiline": "never", "singleline": "never"}], | ||
"trailing-comma": [true, {"multiline": "never", "singleline": "never"}], | ||
"variable-name": [true, "allow-leading-underscore"], | ||
"no-trailing-whitespace": [true], | ||
"no-floating-promises": true, | ||
// -- Begin MS SDL https://github.com/Microsoft/tslint-microsoft-contrib/wiki/TSLint-and-the-Microsoft-Security-Development-Lifecycle | ||
@@ -27,0 +30,0 @@ "no-banned-terms": true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2624
67