RightCapitalHQ / frontend-style-guide

RightCapital's frontend style guide.
MIT License
7 stars 0 forks source link

New tool to check the usage of deprecated and unknown ESLint rules #187

Closed frantic1048 closed 1 month ago

frantic1048 commented 1 month ago

This PR resolves https://github.com/RightCapitalHQ/frontend-style-guide/issues/185

Limitation:

  1. It currently only supports the legacy eslintrc config. We may extend support to flat config in the future.
  2. It currently only works with ESLint v8.

Misc:

  1. Renamed specs/eslint to specs/eslint-configs for better semantics.
  2. Used patched(merged, not released yet) fsWalk version that modified packages/fs/fs.walk/src/providers/stream.ts to address the issue with fsWalk's stream interface.