Skip to content

ayahua/eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published