Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.
/ tslint-config Public archive

TSLint config for TypeScript projects at Sourcegraph. Deprecated in favor of eslint-config

Notifications You must be signed in to change notification settings

sourcegraph/tslint-config

Repository files navigation

⚠️ 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

About

TSLint config for TypeScript projects at Sourcegraph. Deprecated in favor of eslint-config

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5