Fixed linting 😃

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-06 21:18:11 +01:00
parent c4775134de
commit fee40613f1
16 changed files with 249 additions and 157 deletions

View File

@ -1,15 +1,13 @@
import React from 'react'
/* tslint:disable:no-empty-interface */
/* eslint-disable @typescript-eslint/no-empty-interface */
interface Props {}
interface States {}
/* tslint:enable:no-empty-interface */
/* eslint-enable @typescript-eslint/no-empty-interface */
export default class Name extends React.Component<Props, States> {
constructor(props: Props) {
super(props)
}
public render() {
return (
<span></span>