0.0.3 • Published 11 months ago

@rhumbertgz/eslint-config-react v0.0.3

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

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago