Skip to content

SimplyUndoable/package-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A config package for ESLint

Installation

  1. Add "@simplyundoable/eslint-plugin": "git+https://github.com/simplyundoable/package-eslint.git", to your package.json devDependencies

Update this package

  1. make publish

Usage

Eslint

{
    "extends": [
		"plugin:@simplyundoable/ts"
    ]
}