Adjust a few of the defaults.

master
Tom Hacohen 7 years ago
parent 3a60a35a99
commit 2d6628038d

1
.gitignore vendored

@ -15,6 +15,7 @@
.env.development.local .env.development.local
.env.test.local .env.test.local
.env.production.local .env.production.local
.*.swp
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*

@ -0,0 +1 @@
export PATH="${HOME}/.npm-packages/bin:${PATH}"

@ -29,7 +29,7 @@
"static-before-instance", "static-before-instance",
"variables-before-functions" "variables-before-functions"
], ],
"no-any": true, "no-any": false,
"no-arg": true, "no-arg": true,
"no-bitwise": true, "no-bitwise": true,
"no-console": [ "no-console": [
@ -66,7 +66,7 @@
"semicolon": [true, "always"], "semicolon": [true, "always"],
"switch-default": true, "switch-default": true,
"trailing-comma": [false], "trailing-comma": false,
"triple-equals": [ true, "allow-null-check" ], "triple-equals": [ true, "allow-null-check" ],
"typedef": [ "typedef": [

Loading…
Cancel
Save