Skip to content

Commit

Permalink
fix: minor code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Aug 1, 2024
1 parent 162a6a3 commit b762cc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export default [
...main.rules,

"@typescript-eslint/no-magic-numbers": "off",
"unicorn/prevent-abbreviations": "off"
"@typescript-eslint/naming-convention": "off",
"unicorn/prevent-abbreviations": "off",
"no-await-in-loop": "off"
}
}
]

0 comments on commit b762cc2

Please sign in to comment.