hot icon indicating copy to clipboard operation
hot copied to clipboard

Bug: correct eslint tooling

Open 0-vortex opened this issue 1 year ago β€’ 1 comments

Describe the bug

Eslint fixing rules works very well after #269 however there are some issues that were hanging for a while:

  • vite eslint cache issue
  • IDE auto-config for vsc, gitpod, etc
  • ignore .eslintrc.cjs for other editors

Steps to reproduce

  1. Clone the project
  2. Run npm ci && npm start in a terminal window/vsc/intellij/etc
  3. Introduce a linting error and check the terminal window
  4. Correct code linting error and check the terminal, the error should still be there

Affected services

hot.opensauced.pizza

Platforms

No response

Browsers

No response

Environment

No response

Additional context

auto-run the formatter on commit (could be opened as a separate issue if it proves difficult)

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

Contributing Docs

  • [X] I agree to follow this project's Contribution Docs

0-vortex avatar Aug 02 '22 21:08 0-vortex

I'll figure this out over the weekend, want to use gitpod and more vsc for tutorial purposes πŸ•

0-vortex avatar Jan 05 '23 17:01 0-vortex