0.0.5 • Published 3 years ago

eslint-config-boilerguide v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Usage

Using this ruleset within a JS project

  1. Add this package as a dev dependency npm install eslint-config-boilerguide --save-dev or yarn add -D eslint-config-boilerguide
  2. Add this snippet to your eslint config
      "extends": [
        "boilerguide
      ],

Developing

Publishing to the NPM registry is handled by github actions when a new github release is created