You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
my configuration
importOrder: ['^react(.)', 'antd/(.)', '<THIRD_PARTY_MODULES> ', '@/(.*)', '^[./]'],
after fomatting:
import { Button, Input, Modal, message, Tree, Icon, Tooltip } from 'antd';
import { debounce } from 'lodash';
import * as React from 'react';
import { withRouter } from 'react-router-dom';
import 'antd/dist/antd.css';
import './index.scss';
I would like to configure the order of antd and lodash. May I know how to configure them
Beta Was this translation helpful? Give feedback.
All reactions