@nrfcloud/tslint-config
Advanced tools
+1
-1
| { | ||
| "name": "@nrfcloud/tslint-config", | ||
| "version": "3.6.0", | ||
| "version": "3.7.0", | ||
| "description": "tslint configuration for our projects", | ||
@@ -5,0 +5,0 @@ "main": "tslint.js", |
+3
-0
@@ -16,2 +16,3 @@ module.exports = { | ||
| 'no-internal-module': true, | ||
| 'no-misused-new': true, | ||
| 'no-return-await': true, | ||
@@ -27,2 +28,3 @@ 'no-string-throw': true, | ||
| ], | ||
| 'no-unnecessary-type-assertion': true, | ||
| 'no-unsafe-finally': true, | ||
@@ -39,2 +41,3 @@ 'no-var-keyword': true, | ||
| 'prefer-const': true, | ||
| 'prefer-readonly': true, | ||
| 'quotemark': [ | ||
@@ -41,0 +44,0 @@ true, |
5414
1.88%78
4%