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:
parent
220bf9e669
commit
ee77f700b3
19 changed files with 588 additions and 1343 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue