1.2.1 • Published 9 months ago

@jump24/eslint-config-react v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

@jump24/eslint-config-react

@jump24 ESLint config for React projects

Usage

Install the config:

yarn add -D @jump24/eslint-config-react
npm install --save-dev @jump24/eslint-config-react

Add the config:

// .eslintrc.js
module.exports = {
  extends: [
    '@jump24/eslint-config-react',
  ],
};