1.0.9 • Published 3 years ago

@repeaterts/eslint-config v1.0.9

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

@repeaterts/eslint-config

ESLint for RepeaterTS GitHub Total alerts Language grade: JavaScript Coverage Status npm bundle size npm Depfu

Installation

Peer Dependencies

yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-plugin-prettier eslint prettier typescript

Then me

yarn add -D @repeaterts/eslint-config

Usage

Add the ESLint config to your package.json:

{
	"name": "my-project",
	"eslintConfig": {
		"extends": "@repeaterts"
	}
}

Or to eslintrc.js / .eslintrc.json:

{
	"extends": "@repeaterts"
}

Create tsconfig.eslint.json next to the eslint config file, for example with content:

{
	"extends": "./tsconfig.json",
	"include": ["src", "test"]
}
1.0.9

3 years ago

1.0.5

3 years ago