Remove autofixable rules

[MAILPOET-3201]
This commit is contained in:
Pavel Dohnal
2020-11-16 09:32:39 +01:00
committed by Veljko V
parent f107a01647
commit 07c9cca3b1
100 changed files with 595 additions and 600 deletions

View File

@@ -6,7 +6,7 @@ import { GlobalContext, useGlobalContextValue } from 'context/index.jsx';
import Notices from 'notices/notices.jsx';
type Props = {
onRequestClose?: () => void,
onRequestClose?: () => void;
};
const App = ({ onRequestClose }: Props) => {