Move to the "standard" JS linter & formatter #42
Labels
kind/discussion
Topical discussion; usually not changes to codebase
kind/maintenance
Work required to avoid breaking changes or harm to project's status quo
As of now we use raw ESLint (with some opinionated settings simply copied from my other projects) while /ipfs/community/js-contribution-guidelines (#59) suggests http://standardjs.com to be used across IPFS-related projects, where possible.
I think it may be beneficial to switch and enforce it via standard-format as a pre-commit hook.
(I did a dry run and the main change from current style is the removal of semicolons.)
I'll leave this open for a week or so and if there will be no cons raised – commit the change.
The text was updated successfully, but these errors were encountered: