From 10adbf472c3db458377959a7b374889c86d24e1a Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 7 Oct 2018 16:24:15 +0800 Subject: [PATCH] fix no-console --- .../examples/basic/exposed-function.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-bootstrap-table2-example/examples/basic/exposed-function.js b/packages/react-bootstrap-table2-example/examples/basic/exposed-function.js index 08cf588..6ea656d 100644 --- a/packages/react-bootstrap-table2-example/examples/basic/exposed-function.js +++ b/packages/react-bootstrap-table2-example/examples/basic/exposed-function.js @@ -1,4 +1,5 @@ /* eslint no-return-assign: 0 */ +/* eslint no-console: 0 */ import React from 'react'; import BootstrapTable from 'react-bootstrap-table-next';