0.0.2 • Published 4 years ago

eslint-config-react-aya v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

eslint-config-react-aya

npm.io npm.io

Assuming you already have ESLint installed, run:

# npm
npm install eslint-config-react-aya --save-dev

# yarn
yarn add eslint-config-react-aya --dev

Then extend the recommended eslint config:

{
  "extends": [
    // ...
    "react-aya"
  ]
}