Migrate to oxlint + oxfmt
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
useTheme,
|
||||
} from '@mui/material/styles';
|
||||
import { useCallback } from 'react';
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
// oxlint-disable-next-line no-restricted-imports
|
||||
import { deepmerge } from '@mui/utils';
|
||||
import { complement, hsl, parseToHsl } from 'polished';
|
||||
import { HslaColor, HslColor } from 'polished/lib/types/color';
|
||||
|
||||
@@ -87,7 +87,7 @@ export class ThemeFontLoader {
|
||||
result[font] = new Set([...(result[font] ?? []), ...weights].toSorted((a, b) => a - b));
|
||||
});
|
||||
|
||||
// eslint-disable-next-line no-continue
|
||||
// oxlint-disable-next-line no-continue
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user