Moar JS Dev.
A convenient shell project to bring in all development dependencies I use in one shot.
Lint
The linting part brings together 3 different configurations:
- A basic config
- A stricter config with functional programming specifics rules
- A config for tests
All of this works for Node.js projects, in pure JavaScript.
moar-js-dev
Setup a new project with 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.