gbowne1 / TwitchBot

A MERN full stack TwitchBot
MIT License
7 stars 10 forks source link

[TODO] Add a ESLint & Prettier configuration #35

Closed gbowne1 closed 7 months ago

gbowne1 commented 7 months ago

The docs are here: https://eslint.org/docs/latest/use/configure/ and https://prettier.io/docs/en/configuration.html

I also wrote some notes for it: https://github.com/gbowne1/ProgrammerNotes/blob/main/configure-eslint.md

Create a ESLint and Prettier configuration files .eslintrc.js and .prettierrc

jarmentor commented 7 months ago

I'm going to do my best to resolve this one.

gbowne1 commented 7 months ago

@jarmentor My concern is addressed here

https://github.com/gbowne1/ProgrammerNotes/blob/main/configure-eslint.md#configurations

I hope I documented ESLint well enough to help with this.

We should also ship a quick-lint-js configuration too