2.1.0 • Published 3 years ago

@kludge-cs/eslint-config-ts v2.1.0

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

@kludge-cs/ts-eslint-config

ESLint configuration used in TypeScript based KCS projects.

Note that this also requires a tsconfig.eslint.json file to extend the base tsconfig for the package. The only thing this needs to have is an include directive, specifying the files and directories where linting is permitted, like so:

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

3 years ago

2.0.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago