Update eslint config

This commit is contained in:
Albert Portnoy 2022-12-19 23:06:52 -06:00
parent 7d69874358
commit 01dacb55c4
No known key found for this signature in database

View file

@ -30,6 +30,9 @@ rules:
node/no-unpublished-require: off
node/shebang: off
no-process-exit: off
no-undef: off
no-unused-vars: off
"@typescript-eslint/no-unused-vars": error
overrides:
- files: "**/*.ts"