JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q41220F
  • License MIT

ESLint config for KCS TypeScript projects.

Package Exports

  • @kludge-cs/eslint-config-ts

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