aladdin-add / eslint-plugin

autofix some errors reported by eslint rules.
107 stars 10 forks source link

refactor: drop lodash #96

Closed SukkaW closed 4 months ago

SukkaW commented 4 months ago

eslint-plugin-autofix doesn't use lodash at all while eslint-plugin-web only uses lodash.escapeRegexp (which can be replaced w/ a single package without whole megabytes of lodash).

The PR drops lodash.

SukkaW commented 2 months ago

@aladdin-add Would mind releasing a newer version that includes this PR?

aladdin-add commented 2 months ago

This project is using release-please, by default refactor does not create new releases. I can push a new commit (fix) to trigger the release of a patch version, but more curious what you need it for?🤔

SukkaW commented 2 months ago

more curious what you need it for?🤔

Just reduce my node_modules size. eslint-plugin-autofix is the last dependency that introduces lodash.