This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@eleven-labs/eslint-config-react

1.2.0 • Public • Published

💅 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.

Package Sidebar

Install

npm i @eleven-labs/eslint-config-react

Weekly Downloads

41

Version

1.2.0

License

MIT

Unpacked Size

2.15 kB

Total Files

3

Last publish

Collaborators

  • fpasquet