Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@kludge-cs/eslint-config-ts

kludge-cs55MIT2.1.0TypeScript support: included

ESLint config for KCS TypeScript projects.

typescript, ts, eslint, shareable, config, typescript-eslint

readme

@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"]
}