@polymath_labs/eslint-config-react

1.1.1 • Public • Published

Polymath Labs React ESLint

This library represents the standard ESLint configuration for any React project. If you are developing React using Typescript, then make sure you combine the configuration with @polymath_labs/eslint-config-typescript.

Installation

Install the library using: npm install -D @polymath_labs/eslint-config-react

Then do the same thing and make sure you have the peer dependencies installed (look at packages.json for a current list).

Finally, configure eslint on your local by creating a file similar to:

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

Readme

Keywords

none

Package Sidebar

Install

npm i @polymath_labs/eslint-config-react

Weekly Downloads

531

Version

1.1.1

License

MIT

Unpacked Size

2.66 kB

Total Files

4

Last publish

Collaborators

  • polymath_ops