1.1.1 • Published 12 months ago

@repath-solutions/eslint-config-node-typescript v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

@repath-solutions/eslint-config-node-typescript

ESlint and prettier rules for node with typescript projects

Usage

Add "@repath-solutions/eslint-config-node-typescript" to the extends part of your eslint configuration file

{
	"extends": ["@repath-solutions/eslint-config-node-typescript"]
}