Skip to content

Commit

Permalink
yarn add eslint && eslint 鈥攊nit
Browse files Browse the repository at this point in the history
  • Loading branch information
samhinshaw committed Oct 6, 2017
1 parent 6f696e4 commit 5ee780f
Show file tree
Hide file tree
Showing 4 changed files with 1,533 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,3 @@
{
"extends": "airbnb-base"
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,8 @@
{
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/.Rproj.user": true
},
"r.lintr.enabled": false
}

0 comments on commit 5ee780f

Please sign in to comment.