0.2.0 • Published 7 years ago

tslint-config-travix v0.2.0

Weekly downloads
33
License
ISC
Repository
github
Last release
7 years ago

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>
0.2.0

7 years ago

0.1.0

7 years ago

0.0.30

7 years ago

0.0.29

7 years ago

0.0.28

7 years ago

0.0.27

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago