Fix lint errors

This commit is contained in:
Anmol Sethi
2020-05-10 02:42:34 -04:00
parent e02d94ad2f
commit d288131a33
2 changed files with 8 additions and 0 deletions

View File

@@ -22,3 +22,9 @@ rules:
# For overloads.
no-dupe-class-members: off
"@typescript-eslint/no-use-before-define": off
settings:
# Does not work with CommonJS unfortunately.
import/ignore:
- env-paths
- xdg-basedir