generated from wechaty/puppet-mock
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from wechaty/esm
Wechaty v1.x API
- Loading branch information
Showing
50 changed files
with
1,318 additions
and
1,241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
const rules = { | ||
semi: ["error", "always"], | ||
quotes: ["error", "double"], | ||
'space-before-function-paren': ["error", "never"], | ||
} | ||
|
||
module.exports = { | ||
extends: '@chatie', | ||
rules, | ||
env: { | ||
jest: true, | ||
}, | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Wechaty is a Conversational SDK for Chatbot Makers. | ||
Copyright 2020-now PadLocal and Wechaty Community Contributors. | ||
|
||
This product includes software developed at | ||
The Wechaty Organization (/~https://github.com/wechaty). | ||
|
||
This software contains code derived from the Stackoverflow, | ||
including various modifications by GitHub. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module.exports = { | ||
preset: "ts-jest", | ||
setupFilesAfterEnv: ["./jest.setup.ts"], | ||
resolver: "jest-ts-webcompat-resolver", | ||
}; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.