juzhiyuan commented on a change in pull request #2034:
URL: https://github.com/apache/apisix-dashboard/pull/2034#discussion_r683063150
##########
File path: web/src/components/Upstream/components/Type.tsx
##########
@@ -14,28 +14,34 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-import React, { useState } from 'react'
-import { AutoComplete, Form, Select } from 'antd'
-import { useIntl } from 'umi'
-import type { FormInstance } from 'antd/es/form'
+import React, { useState } from 'react';
+import { AutoComplete, Form, Select } from 'antd';
+import { useIntl } from 'umi';
+import type { FormInstance } from 'antd/es/form';
-import { HashOnEnum, CommonHashKeyEnum, AlgorithmEnum } from '../constant'
+import { HashOnEnum, CommonHashKeyEnum, AlgorithmEnum } from '../constant';
Review comment:
I would suggest linting all files in one PR, then submit your changes
for this plugin.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]