summaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-04 18:27:45 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2019-02-04 18:27:45 +0900
commit68ee9a008e987b9a7dc1f9cf1fc010f9b9ed0f42 (patch)
treeae7a24e70a21c3dfae4a4e3a92d63050b0ee1eca /tslint.json
parentFix fusion (diff)
downloadmisskey-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.json2
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],