Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Release v3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Apr 20, 2017
1 parent a47aecb commit 1ed2296
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v3.1.0] - 2017-04-20
### Changed
- Removed `conditional-expression-parens` rule
- Removed `ext-variable-name` rule for `"variable", "const"`

### Fixed
- Fixed version of `tslint` that is required by project `^4.5.1`

## [v3.0.1] - 2017-04-20
### Fixed
- Update `README.md` with instructions for including the new `vrsource-tslint-rules` in a project
Expand Down Expand Up @@ -38,7 +46,8 @@ All notable changes to this project will be documented in this file.
### Added
- Created initial versions of `tslint-base.json` and `tslint-ng2.json`.

[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v3.0.1...HEAD
[unreleased]: https://github.com/codeschool/cs-tslint-rules/compare/v3.1.0...HEAD
[v3.1.0]: https://github.com/codeschool/cs-tslint-rules/compare/v3.0.1...v3.1.0
[v3.0.1]: https://github.com/codeschool/cs-tslint-rules/compare/v3.0.0...v3.0.1
[v3.0.0]: https://github.com/codeschool/cs-tslint-rules/compare/v2.0.0...v3.0.0
[v2.0.0]: https://github.com/codeschool/cs-tslint-rules/compare/v1.1.1...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ set the correct pattern for your source files (the example uses `src/**/*.ts`):
``` json
{
"scripts": {
"lint": "./node_modules/.bin/tslint --type-check --project tsconfig.json --config tslint.json src/**/*.ts"
"lint": "./node_modules/.bin/tslint --type-check --fix --project tsconfig.json --config tslint.json src/**/*.ts"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cs-tslint-rules",
"version": "3.0.1",
"version": "3.1.0",
"description": "The TSLint rules for Code School's TypeScript conventions.",
"main": "tslint-base.json",
"keywords": [
Expand Down

0 comments on commit 1ed2296

Please sign in to comment.