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 d0a1194 commit d6b718b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
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 d6b718b

Please sign in to comment.