1.2.0 • Published 7 months ago

@eleven-labs/eslint-config-react v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

:nail_care: eslint-config-react

Shared ESLint and Prettier configuration for React TypeScript project

Integrate into new project

Install this package with NPM:

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

Install this package with Yarn:

yarn add -D @eleven-labs/eslint-config-react eslint prettier typescript

Use ESLint config in your project

Create a .eslintrc file in project root with the following content:

{
  "extends": "@eleven-labs/eslint-config-react",
  "rules": {
    // Additional, per-project rules...
  }
}

To add the prettier config, please follow the package documentation.

1.2.0

7 months ago

1.1.0

7 months ago

1.0.1

9 months ago

1.0.0

10 months ago

0.1.4

11 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago