Skip to content

Commit

Permalink
add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tramyardg committed Jun 10, 2018
1 parent 2d06974 commit dbd9328
Show file tree
Hide file tree
Showing 12 changed files with 227 additions and 189 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": "standard",
"rules": {
"semi": [
"error",
"always"
]
},
"env": {
"browser": true,
"jquery": true
}
}
Loading

0 comments on commit dbd9328

Please sign in to comment.