Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kamakiri01 committed Feb 23, 2018
1 parent d3ce0d0 commit a669f88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jsdoc-format": true,
"label-position": true,
"label-undefined": true,
"max-line-length": [true, 140],
"max-line-length": [true, 140],
"member-ordering": [true, {
"order": [
"public-static-field",
Expand Down Expand Up @@ -46,7 +46,7 @@
"no-parameter-properties": true,
"no-debugger": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-duplicate-variable": true,
"no-empty": true,
"no-eval": true,
"no-string-literal": false,
Expand All @@ -55,7 +55,7 @@
"no-unused-expression": true,
"no-unused-variable": true,
"no-unreachable": true,
"no-use-before-declare": true,
"no-use-before-declare": true,
"no-var-requires": true,
"one-line": [true,
"check-open-brace",
Expand All @@ -72,7 +72,7 @@
"member-variable-declaration",
"parameter",
"call-signature"
],
],
"typedef-whitespace": [true, {
"call-signature": "nospace",
"index-signature": "nospace",
Expand Down

0 comments on commit a669f88

Please sign in to comment.