Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Fix alphabetization & indentation in tslint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Jul 15, 2015
1 parent f70d22f commit 50d8aed
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"no-arg": true,
"no-bitwise": true,
"no-console": [true,
"debug",
"info",
"time",
"timeEnd",
"trace"
"debug",
"info",
"time",
"timeEnd",
"trace"
],
"no-construct": true,
"no-debugger": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-shadowed-variable": true,
"no-empty": true,
"no-eval": true,
"no-shadowed-variable": true,
"no-string-literal": true,
"no-switch-case-fall-through": true,
"no-trailing-comma": true,
Expand All @@ -35,10 +35,10 @@
"no-use-before-declare": true,
"no-var-keyword": true,
"one-line": [true,
"check-open-brace",
"check-catch",
"check-else",
"check-whitespace"
"check-open-brace",
"check-catch",
"check-else",
"check-whitespace"
],
"quotemark": [true, "double"],
"radix": true,
Expand All @@ -47,11 +47,11 @@
"triple-equals": [true, "allow-null-check"],
"variable-name": false,
"whitespace": [true,
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type"
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type"
]
}
}

0 comments on commit 50d8aed

Please sign in to comment.