Skip to content

Commit

Permalink
use ES6 in Node-only sources; closes #3146
Browse files Browse the repository at this point in the history
- rename all `.eslintrc.yaml` to `.eslintrc.yml` to be consistent

Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Dec 13, 2017
1 parent 575d83d commit 3f27778
Show file tree
Hide file tree
Showing 12 changed files with 206 additions and 203 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.yaml → .eslintrc.yml
@@ -1,11 +1,11 @@
root: true
extends: semistandard
env:
node: true
browser: true
node: yes
browser: yes
es6: no
parserOptions:
ecmaVersion: 5
sourceType: script
extends: semistandard
rules:
strict:
- error
Expand Down
3 changes: 3 additions & 0 deletions bin/.eslintrc.yml
@@ -0,0 +1,3 @@
env:
es6: true
browser: false

0 comments on commit 3f27778

Please sign in to comment.