eslint / eslint-cli

The local eslint executor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

do we still want to maintain the package?

aladdin-add opened this issue · comments

the package seems no longer necessary. As of now, something like npx has been increasingly popular.
TSC question: do we still want to maintain the package?

Since npx is available with a default Node.js installation, we could add a note at the top of the docs suggesting npx eslint and then archive this repository to make it ready-only.

added "tsc agenda" label, to see if we can get consensus in the tsc meeting.

Just as a reminder: when you add "tsc agenda" label, please also include a summary and a question.

@nzakas , I had edited the description, or should I leave a new comment?

Summary: the package seems no longer necessary. As of now, something like npx has been increasingly popular.
TSC question: do we still want to maintain the package?

We agreed in the 2021-11-04 TSC meeting that we can stop maintaining this package now that npx is available. I will update any docs to direct users to npx instead and archive this repository.

I didn't find any references to eslint-cli in the main eslint/eslint repository or eslint/website. In #18, I added a note to the top of this repository's readme recommending npx instead. Once that PR is approved and merged, I'll archive this repository.