summaryrefslogtreecommitdiff
path: root/node_modules/galactus/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/galactus/tslint.json')
-rw-r--r--node_modules/galactus/tslint.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/galactus/tslint.json b/node_modules/galactus/tslint.json
deleted file mode 100644
index 6571923..0000000
--- a/node_modules/galactus/tslint.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "defaultSeverity": "error",
- "extends": [
- "tslint:recommended"
- ],
- "jsRules": {},
- "rules": {
- "quotemark": [true, "single", "avoid-escape", "avoid-template"],
- "variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"]
- },
- "rulesDirectory": []
-}