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, 12 insertions, 0 deletions
diff --git a/node_modules/galactus/tslint.json b/node_modules/galactus/tslint.json
new file mode 100644
index 0000000..6571923
--- /dev/null
+++ b/node_modules/galactus/tslint.json
@@ -0,0 +1,12 @@
+{
+ "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": []
+}