unjs / jiti

Runtime Typescript and ESM support for Node.js
MIT License
1.71k stars 59 forks source link

chore: configure rule @typescript-eslint/no-unused-vars #229

Closed JLarky closed 5 months ago

JLarky commented 5 months ago

โ“ Type of change

๐Ÿ“š Description

๐Ÿ“ Checklist

JLarky commented 5 months ago
image
pi0 commented 5 months ago

Thanks this is a good idea with ignoring _*! Do you mind to please port it to unjs/eslint-config rules? ๐Ÿ™๐Ÿผ

JLarky commented 5 months ago

so I need to split this PR into lint rule changes in that repo and also PR to clean up this stuff, right?

image
pi0 commented 5 months ago

@JLarky Yes. Actually we have some kind of automation with renovate bot that automatically updates deps (eslint preset) + autofix ci it should automatically removed extra rule. Let's see what happens ๐Ÿค–