Skip to content

Commit

Permalink
adjust eslint to es5 only
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Jan 26, 2017
1 parent 47e8ea4 commit 9f3bf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
env:
browser: false
commonjs: true
es6: true
es6: false
node: true
extends: 'eslint:recommended'

parserOptions:
ecmaVersion: "6"
ecmaVersion: "5"
sourceType: "module"

rules:
Expand Down

0 comments on commit 9f3bf8e

Please sign in to comment.