mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
chore(react): migrate to eslint, add prettier (#26633)
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
import React from 'react';
|
||||
import type React from 'react';
|
||||
|
||||
export type ReactComponentOrElement = React.ComponentClass<any, any> | React.FC<any> | JSX.Element;
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { AnimationBuilder } from '@ionic/core/components';
|
||||
import type { AnimationBuilder } from '@ionic/core/components';
|
||||
|
||||
import { RouteAction } from './RouteAction';
|
||||
import { RouterDirection } from './RouterDirection';
|
||||
import type { RouteAction } from './RouteAction';
|
||||
import type { RouterDirection } from './RouterDirection';
|
||||
|
||||
export interface RouteInfo<TOptions = any> {
|
||||
id: string;
|
||||
|
Reference in New Issue
Block a user