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

Commit

Permalink
feat: add 'no-shadowed-variable' rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalmaciejewski committed Jul 5, 2019
1 parent fef6099 commit b40ed58
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.3.0 / 2019-05-28
==================
- New rule: `no-shadowed-variable`


1.2.1 / 2019-05-28
==================
- Fixed `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 @@ -24,6 +24,7 @@ module.exports = {
'member-access': true,
'ban-ts-ignore': true,
'no-inferrable-types': [true, 'ignore-params', 'ignore-properties'],
'no-shadowed-variable': true,
'prefer-object-spread': true,
'arrow-return-shorthand': true,
'member-ordering': [
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.1",
"version": "1.3.0",
"description": "GetResponse TSLint shareable config",
"keywords": [
"config",
Expand Down

0 comments on commit b40ed58

Please sign in to comment.