mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 19:21:26 +00:00
chore(lint): apply recommended lint rules
This commit is contained in:
parent
709bd2825b
commit
866cc962cd
23 changed files with 35 additions and 54 deletions
|
@ -65,10 +65,10 @@ function createCalendar({ options, base, input, dispatch }) {
|
|||
onClose: () => {
|
||||
dispatch('close');
|
||||
},
|
||||
onMonthChange: ({}, {}, instance) => {
|
||||
onMonthChange: (s, d, instance) => {
|
||||
updateMonthNode(instance);
|
||||
},
|
||||
onOpen: ({}, {}, instance) => {
|
||||
onOpen: (s, d, instance) => {
|
||||
dispatch('open');
|
||||
updateClasses(instance);
|
||||
updateMonthNode(instance);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue