summaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
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
- ]
- }
- }
-}