mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:26:41 +00:00
Add eslintrc config file
This commit is contained in:
7
eslintrc.js
Normal file
7
eslintrc.js
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
module.exports = {
|
||||||
|
"extends": "standard",
|
||||||
|
"installedESLint": true,
|
||||||
|
"plugins": [
|
||||||
|
"standard"
|
||||||
|
]
|
||||||
|
};
|
||||||
@@ -14,6 +14,7 @@ SYMLINKS=( \
|
|||||||
coffeelint.json \
|
coffeelint.json \
|
||||||
emacs.d \
|
emacs.d \
|
||||||
erlang \
|
erlang \
|
||||||
|
eslintrc.js \
|
||||||
gemrc \
|
gemrc \
|
||||||
gitconfig \
|
gitconfig \
|
||||||
gitignore \
|
gitignore \
|
||||||
|
|||||||
Reference in New Issue
Block a user