/moar-js-dev

All-in-one package for JavaScript backend development: Lint, Test and.. moar.

Primary LanguageJavaScriptMIT LicenseMIT

Moar JS Dev.

A convenient shell project to bring in all development dependencies I use in one shot.

License Version Build

Lint

The linting part brings together 3 different configurations:

All of this works for Node.js projects, in pure JavaScript.

Setup a new project with moar-js-dev

First add it as development dependency

yarn add -D moar-js-dev
# Or...
npm install -D moar-js-dev

One can just use this sample .eslintrc.js.

That's it.