@jdp-dev/eslint-config-typescript-react

1.2.0 • Public • Published

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

My shareable ESLint config for TypeScript React projects.

Installation

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

or

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

Usage

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

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

License

MIT © John Darryl Pelingo

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    0
    • latest

Version History

Package Sidebar

Install

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

Weekly Downloads

4

Version

1.2.0

License

MIT

Unpacked Size

5.66 kB

Total Files

6

Last publish

Collaborators

  • john-d-pelingo