@samsystem/tslint-config
Advanced tools
+37
-8
| { | ||
| "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" |
4559
8.52%147
24.58%