Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 496 Bytes

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.