filtered
|
f79133659f
|
Clean up JSDoc (#327)
* Convert comments to JSDoc
* Clean JSdoc
* nit
* Clean up all JSDoc & ESLint warnings
Disables max-len for now
Removes redundant JSDoc tags (empty, same name, wrong name, etc)
|
2024-11-21 10:11:53 -05:00 |
|
filtered
|
5469bfdd52
|
Add ESLint, pre-commit hook & format all files (#319)
* Add ESLint config
* Add ESLint packages
* Add prettier config
* Fix ESLint package version
* Format all files
* Format static assets
* Format project root config
* Add pre-commit code formatting
Formats .css & .js files automatically. If any .ts or .mts files are staged, the entire project is type-checked.
Packages:
- lint-staged
- husky
- prettier
|
2024-11-20 21:50:58 -05:00 |
|