This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@a2seven/eslint-react-config

1.0.2 • Public • Published

Description

ESLint config based in recommended best practices with custom rules

Installation

$ npm install @a2seven/eslint-config

or

$ yarn add @a2seven/eslint-config

How to usage

  1. Add @a2seven/eslint-react-config package to your .eslintrc.js file:
module.exports = {
    extends: [
        '@a2seven/eslint-react-config',
    ],
};
  1. Install dependencies from this list with npm/yarn:
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-max-params-no-constructor": "^0.0.4",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.6",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.6.0"

Readme

Keywords

none

Package Sidebar

Install

npm i @a2seven/eslint-react-config

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

6.91 kB

Total Files

5

Last publish

Collaborators

  • a2seven_npm