Standard
#qos, standardjs.com, на сайте с December 17, 2022 09:41
JavaScript style guide, linter, and formatter.
This module saves you (and others!) time in three ways:
No configuration. The easiest way to enforce code quality in your project. No decisions to make. No .eslintrc files to manage. It just works.
Automatically format code. Just run standard --fix and say goodbye to messy or inconsistent code.
Catch style issues & programmer errors early. Save precious code review time by eliminating back-and-forth between reviewer & contributor.