This package has been deprecated

Author message:

This package will be moved to another package

@fooxly/eslint-config-react

2.0.1 • Public • Published

Fooxly ESLint Config for React

The default ESLint config for Fooxly projects using React.

npm version downloads ci status

🚀  Powered By

❤️  Support us

About 40% of your donation goes to one of the charities we support. For further information or questions please visit our website or contact us via charity@fooxly.com.

BuyMeACoffee    Patreon    PayPal


☁️  Installation

using npm

npm install --save-dev @fooxly/eslint-config-react

using yarn

yarn add -D @fooxly/eslint-config-react

📐  Usage

We recommend using Babel's ESLint parser.

using .eslintrc

{
  "parser": "babel-eslint",
  "extends": ["@fooxly/eslint-config-react"]
}

using package.json

...
"eslintConfig": {
  "parser": "babel-eslint",
  "extends": ["@fooxly/eslint-config-react"]
}
...

📏  Our Configuration

We mostly utilize the Standard Code Style for React & JSX linting, with the following two rules disabled:

Hooks

We enforce the Rules of Hooks as well, and warn for exhaustive dependencies.

Class Components

We also enforce the following order for methods and/or variables in a Class component:

  1. Static methods
  2. Static variables
  3. Instance variables
  4. Lifecycle methods
  5. everything else
  6. Rendering methods (eg. renderButtons ())
  7. render method

🏷️  Badge

Are you using this in one of your projects? Include one of these badges in your README to let others know that your code is using the Fooxly code style.

js-fooxly-style

[![js-fooxly-style](https://img.shields.io/badge/code%20style-fooxly-brightgreen)](https://www.npmjs.com/package/@fooxly/eslint-config-react)

Dependents (0)

Package Sidebar

Install

npm i @fooxly/eslint-config-react

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

9.23 kB

Total Files

6

Last publish

Collaborators

  • luchermkens
  • thom1606