tslint-config-storytel
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "tslint-config-storytel", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "TypeScript configuration rules", | ||
@@ -5,0 +5,0 @@ "main": "./tslint-base.json", |
@@ -22,4 +22,19 @@ { | ||
"space-before-function-paren": [ true, "always" ], | ||
"whitespace": [ true, "check-branch", "check-operator", "check-module", "check-separator" ] | ||
"whitespace": [ true, "check-branch", "check-operator", "check-module", "check-separator" ], | ||
"trailing-comma": [ | ||
true, | ||
{ | ||
"multiline": { | ||
"objects": "always", | ||
"arrays": "always", | ||
"enum": "always", | ||
"functions": "never", | ||
"typeLiterals": "ignore", | ||
"imports": "always", | ||
"exports": "never" | ||
}, | ||
"singleline": "never" | ||
} | ||
] | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3728
93
1