ajax333221 / isepic-chess

♞ JavaScript chess utility library.
MIT License
16 stars 3 forks source link

Add prettier in devDependencies + scripts > format inside package.json #39

Closed ajax333221 closed 1 year ago

ajax333221 commented 2 years ago

Since v8.4.7 the code should be formatted with prettier.

But to be able to format the code without having VScode + prettier extension, it should use the NPM dependency instead.

So it should be added in devDependencies and add the script to run it (inside package.json).

arnab4477 commented 1 year ago

Done. Please check the PR.

ajax333221 commented 1 year ago

https://github.com/ajax333221/isepic-chess/pull/40 fixes the issue, thanks (-: @arnab4477