Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 483 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 483 Bytes

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.