mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
chore: strict eslint check (#1084)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
import { expect, test } from '@playwright/test';
|
||||
|
||||
import { isMobile } from '../get-is-mobile';
|
||||
|
||||
test.describe('get-is-mobile', () => {
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
export { isDev } from './env';
|
||||
|
||||
export * from './useragent';
|
||||
|
||||
export * from './tools';
|
||||
|
||||
export * from './colors';
|
||||
export { isDev } from './env';
|
||||
export * from './tools';
|
||||
export * from './useragent';
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import getConfig from 'next/config';
|
||||
|
||||
import { isDev } from './env';
|
||||
type Config = {
|
||||
BUILD_DATE: string;
|
||||
|
||||
Reference in New Issue
Block a user