Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 605 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 605 Bytes

danieljimeneznz Eslint Config

This package provides danieljimeneznz's .eslintrc.yaml as an extensible shared config

Install and Setup

Install the library using:

npm i -D eslint @danieljimeneznz/eslint-config

Usage

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"