summaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorLawnCable <git@lawncable.net>2021-02-28 17:25:18 +0000
committerLawnCable <git@lawncable.net>2021-02-28 17:25:18 +0000
commit476adc1800c5581d0ba5d62f15127614ee6df24f (patch)
treee917987741ff0b27e04d1dd6c561dd95ff49a5ca /tslint.json
parent850004de5d6110bfb36e04b17f00bb1685623cf8 (diff)
parent9eacec95af05ead17d83576f421aff7c74460d23 (diff)
downloadelectron-476adc1800c5581d0ba5d62f15127614ee6df24f.tar.gz
electron-476adc1800c5581d0ba5d62f15127614ee6df24f.tar.bz2
electron-476adc1800c5581d0ba5d62f15127614ee6df24f.tar.xz
electron-476adc1800c5581d0ba5d62f15127614ee6df24f.zip
Merge branch 'introduce_prettier_code_formatting' into 'master'
Introduce prettier code formatting See merge request TMW2/lawncable!4
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/tslint.json b/tslint.json
deleted file mode 100644
index 8be5ad9..0000000
--- a/tslint.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "extends": "tslint:recommended",
- "rules": {
- "max-line-length": {
- "options": [
- 120
- ]
- },
- "new-parens": true,
- "no-arg": true,
- "no-bitwise": true,
- "no-conditional-assignment": true,
- "no-consecutive-blank-lines": false
- },
- "jsRules": {
- "max-line-length": {
- "options": [
- 120
- ]
- }
- }
-}