This project allows you to compare different ESLint configs.
- Export config using:
npx eslint --print-config src > yourconfig.json
- Copy it into ./src/data/configs
- Add a picture to ./src/img
- Add a your new config section to the list of configs in ./src/App.js
npm install
npm run start
npm run build
npm run deploy