fix no-console

This commit is contained in:
AllenFang
2018-10-07 16:24:15 +08:00
parent a6e2f0f8f8
commit 10adbf472c

View File

@@ -1,4 +1,5 @@
/* eslint no-return-assign: 0 */
/* eslint no-console: 0 */
import React from 'react';
import BootstrapTable from 'react-bootstrap-table-next';