jamesgeer / conf-twitter-bot

A Twitter Bot to post about academic papers
MIT License
4 stars 0 forks source link

Fixing linter errors #2

Closed jamesgeer closed 2 years ago

jamesgeer commented 2 years ago

Closes issue #1

As it stands all linting errors have now been fixed, this has involved adding "ignore" comments to lines of code I need more information/understanding of, and extra rules added to ignore/alter what checks are implemented as there were some conflicts between prettier and eslint, along with conflicts between node, typescript and javascript.

I have installed missing packages and altered code to meet the guidelines. There will likely be more errors in the future as the project is developed further, but for now, the standard has been set.

jamesgeer commented 2 years ago

merged