Skip to content

Commit

Permalink
Change AccordionInputBinding.receiveMessage to async (#874)
Browse files Browse the repository at this point in the history
Co-authored-by: Carson <cpsievert1@gmail.com>
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 30, 2023
1 parent f7a45ee commit 17e5b38
Show file tree
Hide file tree
Showing 11 changed files with 995 additions and 872 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ parser: '@typescript-eslint/parser'
parserOptions:
ecmaVersion: 2018
sourceType: module
project:
- './tsconfig.json'
plugins:
- '@typescript-eslint'
- prettier
Expand Down Expand Up @@ -68,6 +70,10 @@ rules:

"@typescript-eslint/consistent-type-imports":
- error

"@typescript-eslint/no-floating-promises":
- error

"@typescript-eslint/naming-convention":
- error

Expand Down
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@ Suggests:
magrittr,
rappdirs,
rmarkdown (>= 2.7),
shiny (>= 1.6.0),
shiny (>= 1.7.5.9001),
testthat,
thematic,
withr
Remotes:
rstudio/htmltools
Config/Needs/deploy:
rstudio/htmltools,
rstudio/shiny
Config/Needs/deploy:
BH,
chiflights22,
colourpicker,
Expand Down
Loading

0 comments on commit 17e5b38

Please sign in to comment.