@nextcapital/eslint-config-react-linter
v4.1.0
Published
Nextcapital React and JSX code conventions
Downloads
4
Readme
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"]
}