This repository was archived by the owner on Jan 14, 2020. It is now read-only.
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
Use StandardJS #166
Open
Description
Reading contributing guidelines I noticed npm code sytle is the current official coding style.
I've been working with and contributing to the StandardJS organization for a while now. It's a very similar standard with no semicolons that has a lot tooling for automated linting and fixing. This is something that is highly desirable to have, it supports react/jsx too.
I want to propose adopting this standard to leverage all the tooling around it.
If approved I can work on a PR that will lint fix the whole code base and add a pre-commit hook using https://github.com/sheerun/prettier-standard, typicode/husky and okonet/lint-staged to exectue standard
and prettier
.