Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 650 Bytes

readme.MD

File metadata and controls

34 lines (23 loc) · 650 Bytes

Getting Started

This project allows you to compare different ESLint configs.

To add new configs:

  1. Export config using:
npx eslint --print-config src > yourconfig.json
  1. Copy it into ./src/data/configs
  2. Add a picture to ./src/img
  3. Add a your new config section to the list of configs in ./src/App.js

Develop

npm install
npm run start

Deploy

npm run build
npm run deploy