Skip to content

Commit

Permalink
add eslint config (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag authored Apr 10, 2020
1 parent ea54bc9 commit 1615dfc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"eslint.format.enable": true,
"eslint.nodePath": "./tools/node_modules/eslint",
"eslint.options": {
"configFile": "./.eslintrc.js"
},
"eslint.validate": [
"javascript"
]
}

0 comments on commit 1615dfc

Please sign in to comment.