Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Restore former eslint settings #37

Merged
merged 7 commits into from Feb 25, 2021
Merged

Conversation

jtbandes
Copy link
Member

Restores eslint settings from the webviz project, along with some modifications for TypeScript compatibility and newer eslint/webpack versions.

@linear
Copy link

linear bot commented Feb 25, 2021

@@ -84,6 +84,7 @@ export type Store = { dispatch: Dispatch<unknown>; getState: () => State };
// Fix the type definitions for connected-react-router
// The connectRouter function allows for omitting state and action
declare module "connected-react-router" {
// eslint-disable-next-line @typescript-eslint/no-shadow
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one was hard — not sure if there is a right way to allow this kind of TS override. Maybe moving it into a .d.ts file. Anyway it didn't seem like a big deal.

@jtbandes jtbandes merged commit 6e8ade9 into main Feb 25, 2021
@jtbandes jtbandes deleted the jacob/fg-95-add-prettier-to-eslint branch February 25, 2021 21:52
amacneil pushed a commit that referenced this pull request Mar 8, 2021
Restores eslint settings from the webviz project, along with some modifications for TypeScript compatibility and newer eslint/webpack versions. Contains a workaround for import-js/eslint-plugin-import#1996.
amacneil pushed a commit that referenced this pull request Mar 8, 2021
Restores eslint settings from the webviz project, along with some modifications for TypeScript compatibility and newer eslint/webpack versions. Contains a workaround for import-js/eslint-plugin-import#1996.
amacneil pushed a commit that referenced this pull request Mar 8, 2021
Restores eslint settings from the webviz project, along with some modifications for TypeScript compatibility and newer eslint/webpack versions. Contains a workaround for import-js/eslint-plugin-import#1996.
amacneil pushed a commit that referenced this pull request Mar 8, 2021
Restores eslint settings from the webviz project, along with some modifications for TypeScript compatibility and newer eslint/webpack versions. Contains a workaround for import-js/eslint-plugin-import#1996.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant