2.1.0 • Published 4 years ago

eslint-config-punkave v2.1.0

Weekly downloads
104
License
-
Repository
github
Last release
4 years ago

Install

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"
}

Other

If you're using Atom as your editor you can install the ESLint plugin, which provides an interface for ESLint and this configuration.