@roseys/eslint-config-react
v1.0.4
Published
JavaScript Style Guide
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-reactUsage
{
"extends": ["@roseys/eslint-config-react"]
}With WebStorm
Add --plugin typescript to eslint extra options.
