Extra lints (#192)

* Updating deps, fixing lints.

* Downgrading broken husky.

* Trying to upgrade husky to v5

* Trying a bad lint.

* Trying a bad lint 2.

* Trying a bad lint 3.

* Adding prettier.
This commit is contained in:
Dessalines 2021-02-21 21:24:09 -05:00 committed by GitHub
parent 220bf9e669
commit ee77f700b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 588 additions and 1343 deletions

View file

@ -26,8 +26,6 @@ import {
import { i18n } from '../i18next';
import { InitialFetchRequest } from 'shared/interfaces';
interface CreatePrivateMessageProps {}
interface CreatePrivateMessageState {
site_view: SiteView;
recipient: UserViewSafe;
@ -36,7 +34,7 @@ interface CreatePrivateMessageState {
}
export class CreatePrivateMessage extends Component<
CreatePrivateMessageProps,
any,
CreatePrivateMessageState
> {
private isoData = setIsoData(this.context);