Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into issue/4163
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Feb 2, 2020
2 parents 802ccf5 + 883ae4b commit cc20991
Show file tree
Hide file tree
Showing 24 changed files with 2,738 additions and 2,528 deletions.
13 changes: 6 additions & 7 deletions .eslintrc.yml
Expand Up @@ -3,13 +3,12 @@ extends:
- semistandard
- plugin:prettier/recommended
env:
node: yes
browser: yes
node: true
browser: true
parserOptions:
ecmaVersion: 5
ecmaFeatures:
globalReturn: no
jsx: no
jsx: false
sourceType: script
rules:
strict:
Expand All @@ -31,14 +30,14 @@ overrides:
parserOptions:
ecmaVersion: 2018
env:
browser: no
browser: false

- files:
- test/**/*.{js,mjs}
env:
mocha: yes
mocha: true
globals:
expect: no
expect: readonly
- files:
- bin/*
- lib/**/*.js
Expand Down

0 comments on commit cc20991

Please sign in to comment.