From 057d64305881d0b48d73639215eed91fa5cf6ca9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 16 Jun 2016 11:25:56 +0100 Subject: [PATCH] Add eslintrc config file --- eslintrc.js | 7 +++++++ install.sh | 1 + 2 files changed, 8 insertions(+) create mode 100644 eslintrc.js 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 \