abstracter-io / eslint-config

Common eslint configuration for common env/stacks
MIT License
0 stars 0 forks source link

use @rushstack/eslint-patch #8

Open eladchen opened 2 years ago

eladchen commented 2 years ago

Using @rushstack/eslint-patch

Will allow avoiding the peerDependency overhead (and leakage of implementation details)

eladchen commented 1 year ago

reminder:

check this comment, I think this is possible without the above module

eladchen commented 1 year ago

attempted to use eslint flat config - seems promising but:

  1. tooling hasn't caught up yet. (i.e. Intellij IDE)
  2. The dependent eslint configs are still using the old format (although there is a solution)