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": [