@roseys/eslint-config-react
v1.0.4
Published
JavaScript Style Guide
Downloads
3
Readme
eslint-config-react
Config for React apps. Extended from @roseys/eslint-config
and eslint-config-airbnb.
Installation
# NPM
npm i -D @roseys/eslint-config-react
# Yarn
yarn add -D @roseys/eslint-config-react
Usage
{
"extends": ["@roseys/eslint-config-react"]
}
With WebStorm
Add --plugin typescript
to eslint extra options.