summaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/tslint.json b/tslint.json
index 8be5ad9..b301651 100644
--- a/tslint.json
+++ b/tslint.json
@@ -2,9 +2,7 @@
"extends": "tslint:recommended",
"rules": {
"max-line-length": {
- "options": [
- 120
- ]
+ "options": [120]
},
"new-parens": true,
"no-arg": true,
@@ -14,9 +12,7 @@
},
"jsRules": {
"max-line-length": {
- "options": [
- 120
- ]
+ "options": [120]
}
}
}