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"]
}