0.2.0 • Published 4 months ago

@garethflowers/eslint-config-ts v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months 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.