tslint-config-standard
Advanced tools
Comparing version 7.1.0 to 8.0.0
{ | ||
"name": "tslint-config-standard", | ||
"version": "7.1.0", | ||
"version": "8.0.0", | ||
"description": "A TSLint config for JavaScript Standard Style", | ||
@@ -5,0 +5,0 @@ "main": "tslint.js", |
@@ -25,3 +25,3 @@ # TSLint Config Standard | ||
**P.S.** Some TSLint rules may require the use of `--project`. | ||
**P.S.** Some TSLint rules require the use of [`--project`](https://palantir.github.io/tslint/usage/cli/#cli-usage) to run. | ||
@@ -28,0 +28,0 @@ ### Rules |
@@ -37,3 +37,2 @@ module.exports = { | ||
'no-unused-expression': [true, 'allow-fast-null-checks', 'allow-tagged-template'], | ||
'no-unused-variable': [true, { 'ignore-pattern': '^_' }], | ||
'no-use-before-declare': true, | ||
@@ -40,0 +39,0 @@ 'no-var-keyword': true, |
6761
165