diff --git a/eslintrc.js b/eslintrc.js new file mode 100644 index 0000000..9536b71 --- /dev/null +++ b/eslintrc.js @@ -0,0 +1,7 @@ +module.exports = { + "extends": "standard", + "installedESLint": true, + "plugins": [ + "standard" + ] +}; \ No newline at end of file diff --git a/install.sh b/install.sh index 731d411..116e38e 100755 --- a/install.sh +++ b/install.sh @@ -14,6 +14,7 @@ SYMLINKS=( \ coffeelint.json \ emacs.d \ erlang \ + eslintrc.js \ gemrc \ gitconfig \ gitignore \