Skip to content

boilerguide/eslint-config-boilerguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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