@nrfcloud/tslint-config
Advanced tools
+1
-1
| { | ||
| "name": "@nrfcloud/tslint-config", | ||
| "version": "3.9.0", | ||
| "version": "3.10.0", | ||
| "description": "tslint configuration for our projects", | ||
@@ -5,0 +5,0 @@ "main": "tslint.js", |
+2
-0
| module.exports = { | ||
| 'rules': { | ||
| 'arrow-return-shorthand': true, | ||
| 'ban-comma-operator': true, | ||
| 'class-name': true, | ||
| 'comment-format': [true, 'check-space'], | ||
| 'curly': true, | ||
| 'eofline': true, | ||
| 'indent': [ | ||
@@ -8,0 +10,0 @@ true, |
5555
0.98%82
2.5%