diff options
-rw-r--r-- | tslint.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tslint.json b/tslint.json index 78036ae38..e521ee081 100644 --- a/tslint.json +++ b/tslint.json @@ -64,7 +64,5 @@ "allow-trailing-underscore" ] }, - "extends": [ - "tslint-no-circular-imports" - ] + "extends": ["tslint-no-circular-imports"] } |