Tech-Talk-FS / tech-talk-app

0 stars 0 forks source link

Feature: Add ESLint to Express #11

Open thisisbrad opened 2 months ago

thisisbrad commented 2 months ago

During this milestone, I will be working on implementing this feature by creating/updating my:

Documentation:

ESLint

Acceptance Criteria

Above checklist is complete and changes have been merged.

thisisbrad commented 1 month ago

I see @IrwinJames-FS already added the eslint commands. I will use this ticket to work on GitHub Actions to automate linting PRs into dev.

thisisbrad commented 1 month ago

I have an issue when running the lint command.

Invalid option '--ext' The --ext flag was used to specify additional file extensions ESLint should search for when a directory was passed on the command line, such as npx eslint .. This is no longer supported when using flat config. Instead, specify the file patterns you’d like ESLint to search for directly in your config. For example, if you previously were using --ext .ts,.tsx, then you will need to update your config file like this:

ESlint Docs on outdate

I will try to resolve the issue.