Skip to content

Commit

Permalink
fix: sendText, onMessage, onck
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalan7 committed Feb 26, 2021
1 parent 9a3a7c5 commit e04586f
Show file tree
Hide file tree
Showing 14 changed files with 11,870 additions and 62 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ module.exports = {
Debug: true,
Store: true,
WAPI: true,
webpackJsonp: true,
webpackChunkbuild: true,
WWebJS: true,
},
rules: {
// @todo more restrictive
'@typescript-eslint/no-array-constructor': 'off',
'no-prototype-builtins': 'off',
'no-redeclare': 'off',
'no-console': 0,
},
},
{
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"files.eol": "\n",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "vscode.typescript-language-features"
}
}
Loading

0 comments on commit e04586f

Please sign in to comment.