This package provides danieljimeneznz's .eslintrc.yaml as an extensible shared config ✨
Install the library using:
npm i -D eslint @danieljimeneznz/eslint-configCreate a .eslintrc.yaml file in the root of the repo you are working on and extend the preset/config you wish to use
e.g. using the typescript linting rules (additional rules can be added to this extends list)
extends:
- "@danieljimeneznz/eslint-config/configs/typescript"