@jdp-dev/eslint-config-typescript

1.2.0 • Public • Published

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

My shareable ESLint config for TypeScript projects.

Installation

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

or

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

Usage

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

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

License

MIT © John Darryl Pelingo

Readme

Keywords

Package Sidebar

Install

npm i @jdp-dev/eslint-config-typescript

Weekly Downloads

28

Version

1.2.0

License

MIT

Unpacked Size

5.09 kB

Total Files

6

Last publish

Collaborators

  • john-d-pelingo