diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-10-07 04:30:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-10-07 04:30:57 +0900 |
| commit | fffea98462b7ba3250118b4bdf4e5678cf6e4ba7 (patch) | |
| tree | 29d9eb9f5ddbe674eb0c2e27009ddd5726421334 /tslint.json | |
| parent | :v: (diff) | |
| download | misskey-fffea98462b7ba3250118b4bdf4e5678cf6e4ba7.tar.gz misskey-fffea98462b7ba3250118b4bdf4e5678cf6e4ba7.tar.bz2 misskey-fffea98462b7ba3250118b4bdf4e5678cf6e4ba7.zip | |
:v:
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tslint.json b/tslint.json index 33704ca43b..1c44579512 100644 --- a/tslint.json +++ b/tslint.json @@ -16,6 +16,7 @@ "ordered-imports": [false], "arrow-parens": false, "object-literal-shorthand": false, + "object-literal-key-quotes": false, "triple-equals": [false], "no-shadowed-variable": false, "no-string-literal": false, |