gts icon indicating copy to clipboard operation
gts copied to clipboard

fix: enforce no-explicit-any and no-unused-vars as errors

Open JustinBeckwith opened this issue 5 years ago • 1 comments

JustinBeckwith avatar Oct 08 '20 05:10 JustinBeckwith

for unused vars, thoughts on ["error", { "argsIgnorePattern": "^_" }] ? ref.: https://eslint.org/docs/rules/no-unused-vars#argsignorepattern

naseemkullah avatar Nov 26 '21 13:11 naseemkullah