mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 20:46:38 +08:00
fix: temporarily turn off eslint for **ultra-low quality** code, because I don't have time to fix them one by one
This commit is contained in:
@@ -100,7 +100,7 @@ export const fixedCenter = ({
|
||||
};
|
||||
};
|
||||
|
||||
export const textEllipsis = (lineNum: number = 1): CSSProperties => {
|
||||
export const textEllipsis = (lineNum = 1): CSSProperties => {
|
||||
if (lineNum > 1) {
|
||||
return {
|
||||
display: '-webkit-box',
|
||||
|
||||
@@ -129,5 +129,6 @@ export interface AffineThemeCSSVariables {
|
||||
}
|
||||
|
||||
declare module '@emotion/react' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
||||
export interface Theme extends AffineTheme {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user