@sourcegraph/tslint-config

TSLint config for TypeScript projects at Sourcegraph


Keywords
tslint, config, rules, lint, typescript
Install
npm install @sourcegraph/tslint-config@11.1.0

Documentation

⚠️ Deprecated in favor of @sourcegraph/eslint-config


Sourcegraph TSLint config

npm downloads build code style: prettier

TSLint rules for TypeScript projects at Sourcegraph.

Usage

npm install --save-dev @sourcegraph/tslint-config

Then add this tslint.json:

{
  "extends": "@sourcegraph/tslint-config"
}

Making changes

npm link
cd <project>
npm link @sourcegraph/tslint-config
npm run lint

Publish a new version

Follow semver.

npm version major|minor|patch
git push
git push --tags
npm publish