chore: strict eslint check (#1084)

This commit is contained in:
Himself65
2023-02-17 01:33:32 -06:00
committed by GitHub
parent 191c36c6fb
commit 5e6366ba44
213 changed files with 1080 additions and 1886 deletions

View File

@@ -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', () => {

View File

@@ -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';

View File

@@ -1,4 +1,5 @@
import getConfig from 'next/config';
import { isDev } from './env';
type Config = {
BUILD_DATE: string;