This package has been deprecated

Author message:

Deprecated in favor of @sourcegraph/eslint-config

@sourcegraph/tslint-config

13.4.0 • Public • Published

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

Package Sidebar

Install

npm i @sourcegraph/tslint-config

Weekly Downloads

23

Version

13.4.0

License

none

Unpacked Size

7.15 kB

Total Files

3

Last publish

Collaborators

  • techopsadmin
  • andreeleuterio
  • sourcegraph-bot
  • sqs
  • beyang
  • slimsag