summaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorLawnCable <git@lawncable.net>2021-02-28 17:39:20 +0100
committerLawnCable <git@lawncable.net>2021-02-28 18:17:13 +0100
commit28a45a2a60e0b22db45e6a45f1cd21c7602fc76e (patch)
treea1b4310b18ce8b74e13c6d8500f5038b23875e49 /tslint.json
parent47061ed7a78bf19645c29732bd91f1c03f86a618 (diff)
downloadelectron-28a45a2a60e0b22db45e6a45f1cd21c7602fc76e.tar.gz
electron-28a45a2a60e0b22db45e6a45f1cd21c7602fc76e.tar.bz2
electron-28a45a2a60e0b22db45e6a45f1cd21c7602fc76e.tar.xz
electron-28a45a2a60e0b22db45e6a45f1cd21c7602fc76e.zip
apply prettier code formatting
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]
}
}
}