Closed puregarlic closed 7 years ago
Maintaining code quality in an open source project is important, so this merge request adds some important tools:
standard
prettier-standard
husky
lint-staged
By combining these tools, we'll make sure to keep the codebase consistent and high-quality.
Oops, didn't mean to do that. I'll keep that in mind before I resolve the commits locally next time.
Maintaining code quality in an open source project is important, so this merge request adds some important tools:
standard
for linting and code styleprettier-standard
for code formatting in accordance tostandard
husky
andlint-staged
to ensure that files are linted and formatted before committingBy combining these tools, we'll make sure to keep the codebase consistent and high-quality.