This module is for advanced users looking for a shareable configuration across projects for ESLint.
In the project root directory run:
npm install eslint-config-punkave --save-dev
Also, add the following to .eslintrc
in the root directory:
{
"extends": "punkave"
}
If you're using Atom as your editor you can install the ESLint plugin, which provides an interface for ESLint and this configuration.