Skip to content

Commit

Permalink
fix no-shadow in protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Jan 13, 2025
1 parent 62f19e6 commit ea9dc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import pkmn from "@pkmn/eslint-config";

export default [...pkmn, {rules: {"no-redeclare": "off"}}];
export default [...pkmn, {rules: {"no-redeclare": "off", "@typescript-eslint/no-shadow": "off"}}];

0 comments on commit ea9dc00

Please sign in to comment.