Socket
Book a DemoInstallSign in
Socket

tslint-config-travix

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-config-travix

TSLint configuration from Travix

0.2.0
latest
Source
npmnpm
Version published
Weekly downloads
32
700%
Maintainers
4
Weekly downloads
 
Created
Source

tslint-config-travix

Travix configuration for TSLint.

This configuration extends the following ones:

  • tslint:recommended
  • tslint-config-prettier
  • tslint-react

Usage

Create a file .tslint.json with following content:

{
  "extends": "tslint-config-travix"
}

Release

Release of a new version of the npm module is triggering automatically on push (merge) to master branch.

  • In case you make git push to master branch it will check your commit's message to match the pattern to get release version.
  • If you merge a PR to master branch without squash it will check all commits one by one and will release the highest version.
  • If you merge a PR with squash you have to handle it manually (check all commits messages and add appropriate squash message following the pattern).

Pattern for commit messages

We use simple-commit-message to simplify commit messages. Here is a pattern:

  • fix: <MESSAGE> - does release patch version of NPM module. Alias - patch: <MESSAGE>
  • minor: <MESSAGE> - releases minor version. Alias - feat: <MESSAGE>
  • major: <MESSAGE> - releases major version. Alias - break: <MESSAGE>

Keywords

tslint

FAQs

Package last updated on 21 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.