/javascript-modules-v5

General purpose JavaScript modules.

Primary LanguageJavaScript

JavaScript Modules

Check rules that are in conflict with Prettier

$ npm run eslint-check

ESLint and Prettier

$ npm run lint

fix command.

$ npm run lint -- --fix

Jest unit test

$ npm run test

watch command.

$ npm run test -- --watch

ESDoc

$ npm run esdoc

ESLint and Jest and ESDoc

$ npm run precommit