@jdp-dev/eslint-config

1.2.0 • Public • Published

@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

/@jdp-dev/eslint-config/

    Package Sidebar

    Install

    npm i @jdp-dev/eslint-config

    Weekly Downloads

    9

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    3.93 kB

    Total Files

    6

    Last publish

    Collaborators

    • john-d-pelingo