summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tslint.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/tslint.json b/tslint.json
deleted file mode 100644
index b301651..0000000
--- a/tslint.json
+++ /dev/null
@@ -1,18 +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]
- }
- }
-}