Skip to content

Commit

Permalink
lint: remove useless warnings for __dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
lgandecki committed Aug 22, 2023
1 parent b82ef13 commit 5628bc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -11,7 +11,8 @@
"@typescript-eslint/ban-ts-comment": "off",
"unicorn/filename-case": "off",
"unicorn/no-abusive-eslint-disable": "off",
"unicorn/consistent-function-scoping": "off"
"unicorn/consistent-function-scoping": "off",
"unicorn/prefer-module": "off"
},
"overrides": [
{
Expand Down

0 comments on commit 5628bc8

Please sign in to comment.