From 2d6628038d09e7744a719b2fe4bd97259126052f Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 30 Nov 2017 11:08:47 +0000 Subject: [PATCH] Adjust a few of the defaults. --- .gitignore | 1 + setenv | 1 + tslint.json | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 setenv diff --git a/.gitignore b/.gitignore index d30f40e..9a1e032 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ .env.development.local .env.test.local .env.production.local +.*.swp npm-debug.log* yarn-debug.log* diff --git a/setenv b/setenv new file mode 100644 index 0000000..0a7cc05 --- /dev/null +++ b/setenv @@ -0,0 +1 @@ +export PATH="${HOME}/.npm-packages/bin:${PATH}" diff --git a/tslint.json b/tslint.json index eb5d66a..86d1520 100644 --- a/tslint.json +++ b/tslint.json @@ -29,7 +29,7 @@ "static-before-instance", "variables-before-functions" ], - "no-any": true, + "no-any": false, "no-arg": true, "no-bitwise": true, "no-console": [ @@ -66,7 +66,7 @@ "semicolon": [true, "always"], "switch-default": true, - "trailing-comma": [false], + "trailing-comma": false, "triple-equals": [ true, "allow-null-check" ], "typedef": [