Skip to content

Latest commit

 

History

History

eslint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@jdp-dev/eslint-config GitHub Build Status npm MIT License

My shareable ESLint config for JavaScript projects.

Installation

npm install --save-dev @jdp-dev/eslint-config

or

yarn add --dev @jdp-dev/eslint-config

Usage

Add @jdp-dev/eslint-config to the "extends" array in your .eslintrc.* file.

{
  "extends": [
    "some-other-config-you-use",
    "@jdp-dev/eslint-config"
  ]
}

License

MIT © John Darryl Pelingo