jmfolds / eslint-config-react

reusable eslint config for react: extends eslint-config-airbnb and uses babel-eslint parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a reusable eslint configuration

Install

Run the following to install everything needed:

npx install-peerdeps --dev @jmfolds/eslint-config-react

Update

Remove previous dependencies: npm uninstall --save-dev prettier eslint-config-prettier eslint-plugin-prettier babel-eslint eslint eslint-config-airbnb eslint-import-resolver-webpack eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks @jmfolds/eslint-config-react

Re-install dependencies: npx install-peerdeps --dev @jmfolds/eslint-config-react

Thanks

https://github.com/wesbos/eslint-config-wesbos for showing me some things

About

reusable eslint config for react: extends eslint-config-airbnb and uses babel-eslint parser


Languages

Language:JavaScript 100.0%