Skip to content

Commit

Permalink
Merge branch 'release/1.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
davesag committed Apr 13, 2021
2 parents 03b2dab + 9f7f472 commit d8aad46
Show file tree
Hide file tree
Showing 3 changed files with 3,716 additions and 1,775 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: ['standard', 'prettier', 'prettier/standard', 'plugin:promise/recommended'],
plugins: ['prettier', 'promise'],
extends: ['standard', 'plugin:prettier/recommended'],
plugins: ['import', 'promise', 'mocha'],
parserOptions: {
sourceType: 'module'
},
Expand Down
Loading

0 comments on commit d8aad46

Please sign in to comment.