Skip to content

Commit

Permalink
🔧 config: add vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jul 22, 2019
1 parent 01cb360 commit 801043c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
node_modules
.nyc_output
.DS_Store
.vscode
docs/.vuepress/dist
coverage
*.log
Expand Down
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"eslint.options": { "configFile": ".eslintrc.js" },
"eslint.validate": [
"javascript"
],
"eslint.alwaysShowStatus": true,
"eslint.packageManager": "yarn",
"eslint.run": "onSave"
}

0 comments on commit 801043c

Please sign in to comment.