mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 10:31:50 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -54,9 +54,9 @@ export class DatePicker extends WithDisposable(LitElement) {
|
||||
/** current active month */
|
||||
private _cursor = new Date();
|
||||
|
||||
private _maxYear = 2099;
|
||||
private readonly _maxYear = 2099;
|
||||
|
||||
private _minYear = 1970;
|
||||
private readonly _minYear = 1970;
|
||||
|
||||
get _cardStyle() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user