@nrfcloud/tslint-config
Advanced tools
+4
-4
| { | ||
| "name": "@nrfcloud/tslint-config", | ||
| "version": "3.8.0", | ||
| "version": "3.9.0", | ||
| "description": "tslint configuration for our projects", | ||
@@ -34,5 +34,5 @@ "main": "tslint.js", | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^7.0.0", | ||
| "@commitlint/config-angular": "^7.0.1", | ||
| "husky": "^1.0.0", | ||
| "@commitlint/cli": "^8.0.0", | ||
| "@commitlint/config-angular": "^8.0.0", | ||
| "husky": "^2.0.0", | ||
| "standard": "^12.0.1" | ||
@@ -39,0 +39,0 @@ }, |
+1
-0
@@ -33,2 +33,3 @@ module.exports = { | ||
| 'import-spacing': true, | ||
| 'object-literal-key-quotes': [true, 'as-needed'], | ||
| 'object-literal-shorthand': true, | ||
@@ -35,0 +36,0 @@ 'one-line': [ |
5501
0.99%80
1.27%