Browse Source

👷 CI: fix lint error

pull/6105/head
chenshuai2144 6 years ago
parent
commit
ea18a1cf2c
  1. 2
      config/config.ts
  2. 1
      src/pages/ListTableList/_mock.ts

2
config/config.ts

@ -73,7 +73,7 @@ if (isAntDesignProPreview) {
plugins.push([
'umi-plugin-pro',
{
serverUrl: 'https://us-central1-antd-pro.cloudfunctions.net/api',
serverUrl: 'https://proapi.azurewebsites.net',
},
]);

1
src/pages/ListTableList/_mock.ts

@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { Request, Response } from 'express';
import { parse } from 'url';
import { TableListItem, TableListParams } from './data.d';

Loading…
Cancel
Save