Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

DimitarNestorov/eslint-config-dimitarnestorov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-dimitarnestorov

A ruleset containing my JavaScript preferences.

How to use

First add it to your project:

npm install --save-dev eslint-config-dimitarnestorov

Inside .eslintrc put:

{
    "extends": "dimitarnestorov"
}

For the version that is only warnings put:

{
    "extends": "dimitarnestorov/warn"
}

About

The ESLint rules I use

Resources

License

Stars

Watchers

Forks

Packages

No packages published