Update TypeScript, Prettier and typescript-eslint for new TypeScript 3.8 syntax
This commit is contained in:
parent
5758ed44ac
commit
26884432a2
65 changed files with 286 additions and 185 deletions
|
@ -17,6 +17,7 @@ import { createLogger } from 'redux-logger';
|
|||
import { reducer, StateType } from './reducer';
|
||||
|
||||
declare global {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
interface Console {
|
||||
_log: Console['log'];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue