@keawade/tslint-config
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "@keawade/tslint-config", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "tslint rules for keawade's projects", | ||
@@ -5,0 +5,0 @@ "main": "tslint.json", |
@@ -221,2 +221,12 @@ { | ||
/** | ||
* The name of the imported module must match the name of the thing being | ||
* imported. | ||
* | ||
* Too draconian for my taste. Would appreciate an `ignore-case` option but | ||
* even then it might be too much due to inconsistencies in external | ||
* projects | ||
*/ | ||
"import-name": [false], | ||
/** | ||
* Do not use insecure sources for random bytes. Use a secure random number | ||
@@ -223,0 +233,0 @@ * generator instead. Bans all uses of `Math.random` and |
12975
276