Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Fixed tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Jul 20, 2020
1 parent ba7a55a commit fd96cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"jsx-no-multiline-js": false,
"no-conditional-assignment": false,
"only-arrow-functions": false,
"max-classes-per-file": false
"max-classes-per-file": false,
"array-type": [true, "array-simple"]
},
"linterOptions": {
"exclude": [
Expand Down

0 comments on commit fd96cbb

Please sign in to comment.