freeCodeCamp / Developer_Quiz_Site

This is a quiz site filled with over 1200+ questions on programming.
https://developerquiz.org
BSD 3-Clause "New" or "Revised" License
246 stars 348 forks source link

chore: add .eslintignore definitions #944

Closed shootermv closed 7 months ago

shootermv commented 8 months ago

Summary of change;

npm run lint command is currently runs through the dist directory (which is wrong)

Checklist

closes #943