UTDNebula / skedge

MIT License
8 stars 7 forks source link

Add linting and formatting check #49

Closed TyHil closed 6 months ago

TyHil commented 9 months ago

Resolves #43

Add prettier and ESLint. Add format and lint scripts in package.json. Run scripts on pre-commit (local) and commit (github). Run prettier and fix ESLint warnings.

Jake3231 commented 6 months ago

Also, have we verified that this works when installing the plugin?

TyHil commented 6 months ago

Yup, pretty much all linter changes.

It works for me, yes.

Jake3231 commented 6 months ago

Given that all works I think we're good to merge, but another review would be great.

TyHil commented 6 months ago

Just swapped this PRs base branch over to develop after I mistakenly had it set to main so it should be all good to merge now