summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts/theme-editor.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-271-81/+0
|
* style: add missing trailing commas (#9387)Kagami Sascha Rosylight2022-12-221-1/+1
|
* Fix lint errors (except `@typescript-eslint/prefer-nullish-coalescing`) (#9311)Kagami Sascha Rosylight2022-12-121-3/+3
| | | | | | | | | * `yarn workspace client run lint --fix` * `eslint-disable-next-line no-var` for service worker self * A few more manual sw fixes * word change
* chore: fix some lints automatically (#8788)Johann1502022-06-101-1/+1
| | | | | | | | | * chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint
* refactoringsyuilo2021-11-121-0/+81
Resolve #7779