Skip to content

oleglegun/react-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Setup

  1. Prettier Import idea/watchers.xml in Settings/Tools/File Watchers

yarn add -D prettier@latest

{
    "scripts": {
            "format": "prettier --config .prettierrc --write 'src/**/*.js'"
        }
}
  1. ESLint
yarn add -D eslint \
            eslint-config-react-app \
            eslint-config-prettier \
            eslint-plugin-flowtype \
            eslint-plugin-react \
            eslint-plugin-import \
            eslint-plugin-jsx-a11y \
            eslint-plugin-prettier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors