🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@samsystem/tslint-config

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samsystem/tslint-config - npm Package Compare versions

Comparing version
0.1.1
to
0.1.3
+37
-8
index.json
{
"extends": ["tslint-config-airbnb"],
"extends": [
"tslint-config-airbnb"
],
"rules": {
"switch-default": true,
"max-line-length": [true, 180],
"max-line-length": [
true,
180
],
"ter-indent": [

@@ -32,4 +37,11 @@ true,

"no-null-keyword": false,
"quotemark": [true, "single", "avoid-escape"],
"interface-name": [true, "always-prefix"],
"quotemark": [
true,
"single",
"avoid-escape"
],
"interface-name": [
true,
"always-prefix"
],
"no-empty-interface": true,

@@ -63,4 +75,11 @@ "no-namespace": false,

],
"no-inferrable-types": [true, "ignore-params"],
"typedef": [true, "call-signature", "parameter"],
"no-inferrable-types": [
true,
"ignore-params"
],
"typedef": [
true,
"call-signature",
"parameter"
],
"trailing-comma": [

@@ -80,6 +99,16 @@ true,

"no-console": true,
"variable-name": [false, "ban-keywords", "check-format"],
"variable-name": [
false,
"ban-keywords",
"check-format"
],
"newline-before-return": true,
"object-literal-key-quotes": [true, "as-needed"]
"object-literal-key-quotes": [
true,
"as-needed"
],
"deprecation": {
"severity": "warning"
}
}
}
+2
-2
{
"name": "@samsystem/tslint-config",
"description": "TSLint configuration",
"version": "0.1.1",
"version": "0.1.3",
"bugs": {

@@ -25,3 +25,3 @@ "url": "https://github.com/samsystems/samsystems-utils/issues"

"contributors": [],
"gitHead": "cc0361c257c851b89aca6e6147ef134edec800ec",
"gitHead": "8363b9684815deb6bfc837cabe59e87cfd6ee6f3",
"publishConfig": {

@@ -28,0 +28,0 @@ "access": "public"