Skip to content

Commit

Permalink
Setup lint to test for ES5 only code
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed Jun 20, 2017
1 parent d08aafb commit ca60985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"root": true,

"ecmaVersion": 5,

"extends": "airbnb-base",

"rules": {
Expand Down

0 comments on commit ca60985

Please sign in to comment.