From 5d6164973e92fa8a3e3c18a0eb2e29494aea4f48 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Sun, 9 Dec 2018 20:48:25 +0100 Subject: Fix linting issues --- src/components/ui/Button.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/ui/Button.js') diff --git a/src/components/ui/Button.js b/src/components/ui/Button.js index 309e05bb4..ffc7f7051 100644 --- a/src/components/ui/Button.js +++ b/src/components/ui/Button.js @@ -62,6 +62,8 @@ export default @observer class Button extends Component { } return ( + // disabling rule as button has type defined in `buttonProps` + /* eslint-disable react/button-has-type */ + /* eslint-enable react/button-has-type */ ); } } -- cgit v1.2.3-70-g09d2