Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

ianwalter/eslint-config-react

Repository files navigation

@ianwalter/eslint-config-react

Ian's ESLint configuration for React and Preact

npm page

Installation

pnpm add @ianwalter/eslint-config-react --save-dev

Usage

In package.json, for React:

  "eslintConfig": {
    "root": true,
    "extends": [
      "@ianwalter/react"
    ]
  }

For Preact:

  "eslintConfig": {
    "root": true,
    "extends": [
      "@ianwalter/eslint-config-react/preact"
    ]
  }

Related

License

Apache 2.0 with Commons Clause - See LICENSE

 

Created by Ian Walter