1.2.0 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago