0.3.0 • Published 1 year ago

@garethflowers/eslint-config-ts v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ESLint Configuration

Opinionated strict eslint configuration for TypeScript and JavaScript projects.

Installation

npm install eslint @garethflowers/eslint-config-ts --save-dev

Usage

In package.json add an eslintConfig section:

"eslintConfig": {
	"extends": [
		"@garethflowers/eslint-config-ts"
	]
},

License

Please see LICENSE.