Skip to content

Commit

Permalink
Merge pull request #1382 from totaldebug/beta
Browse files Browse the repository at this point in the history
style: fixes some linting issues
  • Loading branch information
marksie1988 authored Jan 20, 2024
2 parents 12cfed8 + 41dc34e commit bf5fe33
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ export class AtomicCalendarReviveEditor extends ScopedRegistryHost(LitElement) i
<label class="mdc-label">showMultiDay</label>
</div>
</div>
</div>`
</div>`
: html``}
</div>
`;
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,5 +662,5 @@ export class AtomicCalendarRevive extends LitElement {
registerCustomCard({
type: 'atomic-calendar-revive',
name: 'Atomic Calendar Revive',
description: "An advanced calendar card for Home Assistant with Lovelace.",
description: 'An advanced calendar card for Home Assistant with Lovelace.',
});
2 changes: 1 addition & 1 deletion src/localize/languages/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"common": {
"previous": "Předchozí",
"next": "Následující",
"week": "Týden"
"week": "Týden"
}
},
"errors": {
Expand Down
2 changes: 1 addition & 1 deletion src/localize/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const languages: object = {
da,
de,
en,
"en-GB": en_GB,
'en-GB': en_GB,
et,
fi,
fr,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"include": [
"src/*",
"src/locale.dayjs.ts"
]
, "src/localize" ]
}

0 comments on commit bf5fe33

Please sign in to comment.