Add eslintrc config file

This commit is contained in:
2016-06-16 11:25:56 +01:00
parent 25f2ca1294
commit 057d643058
2 changed files with 8 additions and 0 deletions

7
eslintrc.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
"extends": "standard",
"installedESLint": true,
"plugins": [
"standard"
]
};

View File

@@ -14,6 +14,7 @@ SYMLINKS=( \
coffeelint.json \
emacs.d \
erlang \
eslintrc.js \
gemrc \
gitconfig \
gitignore \