Skip to content

Commit

Permalink
Replace no-unused-variable rule with TS compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Sep 11, 2018
1 parent de6021e commit 2075585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tsconfig.json
Expand Up @@ -3,6 +3,8 @@
"module": "commonjs",
"target": "es6",
"outDir": "out",
"noUnusedParameters": true,
"noUnusedLocals": true,
"experimentalDecorators": true,
"lib": [
"es2016"
Expand Down
1 change: 0 additions & 1 deletion tslint.json
Expand Up @@ -16,7 +16,6 @@
],
"no-duplicate-variable": true,
"no-trailing-whitespace": true,
"no-unused-variable": true,
"no-unused-expression": true,
"no-var-keyword": true,
"one-line": [
Expand Down

0 comments on commit 2075585

Please sign in to comment.