1.4.1 • Published 2 years ago

@dztools/eslint-config-react v1.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

@dztools/eslint-config-react

ESLint configuration for React + JavaScript applications.

npm prettier license

Installation and Dependencies

To install the package:

[npm i -D || yarn add -D] @dztools/eslint-config-react

If peer dependencies are needed, run the following:

[npm i -D || yarn add -D] @babel/eslint-parser eslint eslint-config-airbnb eslint-config-prettier eslint-plugin-import eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-testing-library prettier

Usage

In your local eslintrc config file:

module.exports = {
  extends: ['@dztools/eslint-config-react']
};

License

MIT

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago