0.0.3 • Published 2 years ago

@rhumbertgz/eslint-config-react v0.0.3

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

Shared ESLint configuration for React projects

This ESLint configuration deactivates all formatting rules of ESLint and makes sure that Prettier is used for code beautifying.

Integrate into new project

  1. Install this package as devDependency
# yarn
$ yarn add -D @rhumbertgz/eslint-config-react

# npm
$ npm i -D @rhumbertgz/eslint-config-react

# pnpm
$ pnpm add -D @rhumbertgz/eslint-config-react
  1. Use ESLint config in your project

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

module.exports = {
  extends: ["@rhumbertgz/eslint-config-react"],
};
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago