Skip to content

blade-sensei/eslint-config-sensei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESlint configuration

This configuration includes rules from aibnb-eslint more info.

Install

npm install --save-dev eslint-config-sensei

Setup

In your project create .eslintrc.json file and add this line

"extends": "eslint-config-sensei"

Contribute

Publish to Github Package

Follow this tutorial publish

  • Create Github token with write package
  • Create npmrc file with token and user/registry
  • change repository field in packagejson (.git)