Closed SukkaW closed 4 months ago
@aladdin-add Would mind releasing a newer version that includes this PR?
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?🤔
more curious what you need it for?🤔
Just reduce my node_modules
size. eslint-plugin-autofix
is the last dependency that introduces lodash
.
eslint-plugin-autofix
doesn't use lodash at all whileeslint-plugin-web
only useslodash.escapeRegexp
(which can be replaced w/ a single package without whole megabytes of lodash).The PR drops lodash.