Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 321 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 321 Bytes

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"
    ]
}