Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 402 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 402 Bytes

eslint-config-react-aya

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