Skip to content

danieljimeneznz/eslint-config

 
 

Repository files navigation

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"

About

danieljimeneznz's ESLint config

Resources

Stars

Watchers

Forks

Packages 3

 
 
 

Languages

  • JavaScript 100.0%