chicagomaroon / data-visualizations

This repository contains and hosts interactive visuals used in The Chicago Maroon publication.
https://chicagomaroon.com/
3 stars 2 forks source link

Remove `eslint` #97

Closed asteinhart closed 3 weeks ago

asteinhart commented 3 weeks ago

What does this PR do?

We ran into an issue with eslint needing a new configuration file type, so I removed the linting functionality. In another PR we can re-add eslint, but I think having just prettier works for now as there are gonna be a lot of changes needed to re-add eslint.

How was the functionality tested and verified?

All steps should be completed in the order presented, and you should not move on to the next step until the previous is completed.

michaelp@MacBook-Air-18 data-visualizations % npm run format

> chicagomaroon.github.io@1.0.0 format
> npx prettier --loglevel silent --write .

michaelp@MacBook-Air-18 data-visualizations %