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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed Feb 25, 2021
1 parent 38ad2a8 commit 09ef18c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions desktop/.eslintrc.yaml
Expand Up @@ -4,3 +4,11 @@ settings:
import/resolver:
webpack:
config: ./webpack.main.config.ts

rules:
# Re-enable these when https://github.com/benmosher/eslint-plugin-import/issues/1996 is fixed
import/no-unresolved: off
import/namespace: off
import/default: off
import/no-named-as-default: off
import/no-named-as-default-member: off

0 comments on commit 09ef18c

Please sign in to comment.