@extern/tslint
Advanced tools
Comparing version 1.0.3 to 1.2.0
{ | ||
"name": "@extern/tslint", | ||
"version": "1.0.3", | ||
"version": "1.2.0", | ||
"description": "tslint for extern projects", | ||
@@ -5,0 +5,0 @@ "main": "tslint.json", |
@@ -0,0 +0,0 @@ # TSlint presets |
{ | ||
"rules": { | ||
"class-name": true, | ||
"comment-format": [ | ||
true | ||
], | ||
"indent": [ | ||
true, | ||
"spaces", | ||
2 | ||
], | ||
"no-duplicate-variable": true, | ||
@@ -16,15 +8,2 @@ "no-eval": true, | ||
"no-var-keyword": false, | ||
"one-line": [ | ||
true, | ||
"check-open-brace", | ||
"check-whitespace" | ||
], | ||
"quotemark": [ | ||
true, | ||
"single" | ||
], | ||
"semicolon": [ | ||
true, | ||
"always" | ||
], | ||
"triple-equals": [ | ||
@@ -34,38 +13,7 @@ true, | ||
], | ||
"typedef-whitespace": [ | ||
true, | ||
{ | ||
"call-signature": "nospace", | ||
"index-signature": "nospace", | ||
"parameter": "nospace", | ||
"property-declaration": "nospace", | ||
"variable-declaration": "nospace" | ||
} | ||
], | ||
"variable-name": [ | ||
true, | ||
"ban-keywords" | ||
], | ||
"whitespace": [ | ||
true, | ||
"check-branch", | ||
"check-decl", | ||
"check-operator", | ||
"check-separator", | ||
"check-type" | ||
], | ||
"trailing-comma": [ | ||
true, | ||
{ | ||
"multiline": { | ||
"objects": "always", | ||
"arrays": "always" | ||
} | ||
} | ||
], | ||
"max-line-length": [ | ||
true, | ||
120 | ||
] | ||
} | ||
} |
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
0
1042
17