eslint-config-prettier-standard icon indicating copy to clipboard operation
eslint-config-prettier-standard copied to clipboard

Update to `eslint-config-standard` 17

Open nikolay-borzov opened this issue 2 years ago • 1 comments

eslint-config-standard 17 has been recently published. It replaced its eslint-plugin-node dependency with eslint-plugin-n (I guess because the former is not maintained)

nikolay-borzov avatar Apr 21 '22 22:04 nikolay-borzov

eslint-config-prettier-standard does not define eslint-plugin-node as a peer dependency or production dependency.

It instead defines "eslint-config-standard": ">=16.0.0" as a peer dependency, which 17 and above qualifies for.

eslint-config-standard handles defining the peer dependency.

I will note that the documentation in eslint-config-prettier-standard's README could be updated.

I'll leave this issue open until the docs get updated.

npetruzzelli avatar Aug 11 '23 22:08 npetruzzelli