tslint-sane
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -84,71 +84,4 @@ { | ||
], | ||
"arrow-return-shorthand": true, | ||
"comment-format": [ | ||
true, | ||
"check-space" | ||
], | ||
"no-consecutive-blank-lines": true, | ||
"number-literal-format": true, | ||
"object-literal-key-quotes": [ | ||
true, | ||
"consistent-as-needed" | ||
], | ||
"object-literal-shorthand": true, | ||
"one-line": [ | ||
true, | ||
"check-catch", | ||
"check-else", | ||
"check-finally", | ||
"check-open-brace" | ||
], | ||
"one-variable-per-declaration": [ | ||
true, | ||
"ignore-for-loop" | ||
], | ||
"ordered-imports": [ | ||
true, | ||
{ | ||
"import-sources-order": "any", | ||
"named-imports-order": "case-insensitive" | ||
} | ||
], | ||
"prefer-template": true, | ||
"quotemark": [ | ||
true, | ||
"single", | ||
"avoid-template" | ||
], | ||
"semicolon": [ | ||
true, | ||
"always" | ||
], | ||
"space-before-function-paren": [ | ||
true, | ||
"always" | ||
], | ||
"space-within-parens": [ | ||
true, | ||
{ | ||
"min": 0 | ||
} | ||
], | ||
"whitespace": [ | ||
true, | ||
"check-branch", | ||
"check-decl", | ||
"check-operator", | ||
"check-module", | ||
"check-separator", | ||
"check-type", | ||
"check-preblock" | ||
], | ||
"eofline": true, | ||
"max-line-length": [ | ||
true, | ||
{ | ||
"limit": 100, | ||
"ignore-pattern": "^\\s*\\*|^\\s*\\/\\/" | ||
} | ||
] | ||
"arrow-return-shorthand": true | ||
} | ||
} |
{ | ||
"name": "tslint-sane", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "./base.json", | ||
@@ -12,6 +12,4 @@ "repository": "https://github.com/jakewtaylor/tslint-sane", | ||
"devDependencies": { | ||
"js-yaml": "^3.11.0", | ||
"pre-commit": "^1.2.2" | ||
}, | ||
"pre-commit": ["build"] | ||
"js-yaml": "^3.11.0" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
0
4562
156