diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-02-04 18:27:45 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-02-04 18:27:45 +0900 |
| commit | 68ee9a008e987b9a7dc1f9cf1fc010f9b9ed0f42 (patch) | |
| tree | ae7a24e70a21c3dfae4a4e3a92d63050b0ee1eca /tslint.json | |
| parent | Fix fusion (diff) | |
| download | misskey-68ee9a008e987b9a7dc1f9cf1fc010f9b9ed0f42.tar.gz misskey-68ee9a008e987b9a7dc1f9cf1fc010f9b9ed0f42.tar.bz2 misskey-68ee9a008e987b9a7dc1f9cf1fc010f9b9ed0f42.zip | |
Resolve #4121 (#4122)
* Resolve #4121
* Update tslint.json
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json index 7c1f2a6765..d7d9f2b56f 100644 --- a/tslint.json +++ b/tslint.json @@ -18,7 +18,7 @@ "no-empty":false, "ordered-imports": [false], "arrow-parens": false, - "array-type": false, + "array-type": [true, "array"], "object-literal-shorthand": false, "object-literal-key-quotes": false, "triple-equals": [false], |