Merged PR 392: Events: Fix needing to use setTimeout for callbacks
This commit is contained in:
parent
6792d5e105
commit
460669987d
8 changed files with 182 additions and 88 deletions
|
@ -36,6 +36,7 @@ module.exports = {
|
|||
'max-depth': ['error', 4],
|
||||
'function-paren-newline': ['error', 'multiline-arguments'],
|
||||
'multiline-ternary': ['error', 'always'],
|
||||
'prefer-template': "error",
|
||||
|
||||
// Import/export
|
||||
'import/no-default-export': 'error',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue