@chemzqm/tslint-config

1.1.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

/@chemzqm/tslint-config/

    Package Sidebar

    Install

    npm i @chemzqm/tslint-config

    Weekly Downloads

    48

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    4.89 kB

    Total Files

    3

    Last publish

    Collaborators

    • chemzqm