summaryrefslogtreecommitdiffstats
path: root/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'tslint.json')
-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 e3b63f0..0000000
--- a/tslint.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "defaultSeverity": "warning",
- "extends": [
- "tslint:recommended"
- ],
- "jsRules": {},
- "rules": {
- "curly": false,
- "indent": [true, "tabs"],
- "interface-name": false,
- "max-classes-per-file": false,
- "no-bitwise": false,
- "object-literal-sort-keys": false,
- "one-variable-per-declaration": false,
- "quotemark": [true, "single", "avoid-escape", "avoid-template"]
- },
- "rulesDirectory": []
-}