@elkevinwolf/eslint-config-react

1.0.0 • Public • Published

version downloads

@elkevinwolf/eslint-config-react

⚙️ Kevin Wolf's opinionated shareable ESLint config for React projects.

Installation

npm install --save-dev eslint prettier typescript @elkevinwolf/eslint-config-react

Usage

Depending on your preferred way to configure ESLint, you have several options:

  • In package.json, using the eslintConfig property:
{
  // name, scripts, dependencies, etc...
  "eslintConfig": {
    "extends": "@elkevinwolf/react"
  }
}
  • In .eslintrc.json or .eslintrc:
{
  "extends": "@elkevinwolf/react"
}
  • In .eslintrc.js:
module.exports = {
  extends: "@elkevinwolf/react",
}
  • In .eslintrc.yaml or .eslintrc.yml:
extends: "@elkevinwolf/react"

Contributing

Read the contributing guidelines.

License

MIT

Dependents (0)

Package Sidebar

Install

npm i @elkevinwolf/eslint-config-react

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.51 kB

Total Files

4

Last publish

Collaborators

  • elkevinwolf