Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
fix: fix member-ordering rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalmaciejewski committed May 28, 2019
1 parent 89677eb commit fef6099
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.1 / 2019-05-28
==================
- Fixed `member-ordering` rule


1.2.0 / 2019-05-28
==================
- Updated `member-ordering` rule
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
'static-method',
'instance-field',
'constructor',
'instance-method'
],
},
],
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": "tslint-config-getresponse-base",
"version": "1.2.0",
"version": "1.2.1",
"description": "GetResponse TSLint shareable config",
"keywords": [
"config",
Expand Down

0 comments on commit fef6099

Please sign in to comment.