@danieljimeneznz/eslint-config
v7.1.1
Published
danieljimeneznz's eslint config
Downloads
47
Readme
danieljimeneznz Eslint Config
This package provides danieljimeneznz's .eslintrc.yaml as an extensible shared config :sparkles:
Install and Setup
Install the library using:
npm i -D eslint @danieljimeneznz/eslint-configUsage
Create 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"