4.1.1 • Published 10 months ago

@nextcapital/eslint-config-react-linter v4.1.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 months ago

!CAUTION This package is deprecated. Please use @nextcapital/eslint-config

eslint-config-react-linter

An eslint config to enforce Nextcapital's React and JSX conventions. Uses airbnb as a base.

Installation

npm install --save-dev @nextcapital/eslint-config-react-linter

Usage

Add eslint-config-react-linter to the extends section of your eslint configuration file.

{
    "extends": ["@nextcapital/eslint-config-react-linter"]
}