manovotny / eslint-config-get-off-my-lawn

A highly opinionated, sharable config of ESLint rules to produce beautiful, readable JavaScript.
MIT License
55 stars 8 forks source link

Replaces semver `lt` and `gt` checks with `satisfies`. #199

Closed manovotny closed 2 years ago

manovotny commented 2 years ago

satisfies will handle dependencies with ranges too (ie. ~, ^, etc.).

Fixes #197