Skip to content

Commit

Permalink
feat: add dumi deps check
Browse files Browse the repository at this point in the history
  • Loading branch information
hualigushi committed Oct 12, 2023
1 parent b13bc23 commit ef157c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doctor/rules/PREFER_PEER_DEPS.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { IDoctorReport } from '..';
import type { IApi } from '../../types';

const PREFER_PEER_DEPS = ['react', 'react-dom', 'antd'];
const PREFER_PEER_DEPS = ['react', 'react-dom', 'antd', 'dumi'];

export default (api: IApi) => {
api.addRegularCheckup(() => {
Expand Down

0 comments on commit ef157c8

Please sign in to comment.