ni / javascript-styleguide

JavaScript and TypeScript Style Guide
MIT License
9 stars 9 forks source link

Make all eslint config dependencies peerDependencies #122

Closed rajsite closed 1 year ago

rajsite commented 1 year ago

For eslint to resolve the dependencies between eslint configuration files the packages need to be resolve next to the eslint package.

To help enforce this behavior all the package dependencies on other eslint configurations were moved to peerDependencies.

Fixes #93 (which has more details)

rajsite commented 1 year ago

@TrevorKarjanis can you take a look at this PR when you have a few minutes?