Skip to content

socialtables/eslint-compare

 
 

Repository files navigation

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

About

A tool to visually compare differences between ESLint configurations

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.9%
  • CSS 3.7%
  • HTML 2.4%