Skip to content

Commit

Permalink
add .eslint stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 28, 2015
1 parent 8de6aee commit a3ee18d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
public/scripts/semver.js
public/3rdparty/*
10 changes: 10 additions & 0 deletions public/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"env": {
"browser": true,
"node": false,
},
"rules": {
"no-underscore-dangle": 0,
}
}

0 comments on commit a3ee18d

Please sign in to comment.