React Setup
- Prettier
Importidea/watchers.xmlinSettings/Tools/File Watchers
yarn add -D prettier@latest
{
"scripts": {
"format": "prettier --config .prettierrc --write 'src/**/*.js'"
}
}- 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-prettierOn this page
Contributors
Created February 21, 2017
Updated October 21, 2017