Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit d8aad46

Browse files
committed
Merge branch 'release/1.2.4'
2 parents 03b2dab + 9f7f472 commit d8aad46

File tree

3 files changed

+3716
-1775
lines changed

3 files changed

+3716
-1775
lines changed

.eslintrc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
2-
extends: ['standard', 'prettier', 'prettier/standard', 'plugin:promise/recommended'],
3-
plugins: ['prettier', 'promise'],
2+
extends: ['standard', 'plugin:prettier/recommended'],
3+
plugins: ['import', 'promise', 'mocha'],
44
parserOptions: {
55
sourceType: 'module'
66
},

0 commit comments

Comments
 (0)