fix(ci): allow intentional underscore lint names

This commit is contained in:
Vincent Koc
2026-05-01 11:25:33 -07:00
parent 73c429d24f
commit 847a9d26f7

View File

@@ -25,6 +25,7 @@
"eslint/no-sequences": "error",
"eslint/no-self-compare": "error",
"eslint/no-shadow": "off",
"eslint/no-underscore-dangle": "off",
"eslint/no-var": "error",
"eslint/no-useless-call": "error",
"eslint/no-useless-computed-key": "error",