Enforce strict equals

This commit is contained in:
Asher
2020-08-04 15:08:45 -05:00
parent 8590f80c31
commit 150d37868a
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ rules:
no-dupe-class-members: off
"@typescript-eslint/no-use-before-define": off
"@typescript-eslint/no-non-null-assertion": off
eqeqeq: error
settings:
# Does not work with CommonJS unfortunately.