Create UI - Fix ESLint after Vite Upgrade
Open
ENTITY - DO NOT USE
techdebt
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
Currently, although `npm run lint` works and detects lint errors, the script doesn't auto-fix linting and errors. Also, the project runs normally even with lint errors. This ticket is to fix that.
**Note:** We might need a plugin like https://github.com/gxmari007/vite-plugin-eslint
Need to handle:
- [ ] Auto-fix lint errors upon `npm run lint`
- [ ] Prevent project from running when there are linting errors
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.