diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-16 00:34:44 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-16 00:34:44 +0800 |
commit | 7d166dc7da23c30540fb554727a955015073286f (patch) | |
tree | 26387201ac6cc3f6f71e4119f657ca4f48a9ad99 /packages/tslint-config/CHANGELOG.json | |
parent | 0720b8487cf40b1868a1971f50e732e5e19fc9f6 (diff) | |
download | dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.gz dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.tar.zst dexon-0x-contracts-7d166dc7da23c30540fb554727a955015073286f.zip |
Fix prettier
Diffstat (limited to 'packages/tslint-config/CHANGELOG.json')
-rw-r--r-- | packages/tslint-config/CHANGELOG.json | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/tslint-config/CHANGELOG.json b/packages/tslint-config/CHANGELOG.json index be52c5542..34ea6aa6b 100644 --- a/packages/tslint-config/CHANGELOG.json +++ b/packages/tslint-config/CHANGELOG.json @@ -240,8 +240,7 @@ "version": "0.4.7", "changes": [ { - "note": - "Modified custom 'underscore-privates' rule, changing it to 'underscore-private-and-protected' requiring underscores to be prepended to both private and protected variable names", + "note": "Modified custom 'underscore-privates' rule, changing it to 'underscore-private-and-protected' requiring underscores to be prepended to both private and protected variable names", "pr": 354 } ], @@ -251,12 +250,10 @@ "version": "0.4.0", "changes": [ { - "note": - "Added custom 'underscore-privates' rule, requiring underscores to be prepended to private variable names" + "note": "Added custom 'underscore-privates' rule, requiring underscores to be prepended to private variable names" }, { - "note": - "Because our tools can be used in both a TS and JS environment, we want to make the private methods of any public facing interface show up at the bottom of auto-complete lists. Additionally, we wanted to remain consistent with respect to our usage of underscores in order to enforce this rule with a linter rule, rather then manual code reviews." + "note": "Because our tools can be used in both a TS and JS environment, we want to make the private methods of any public facing interface show up at the bottom of auto-complete lists. Additionally, we wanted to remain consistent with respect to our usage of underscores in order to enforce this rule with a linter rule, rather then manual code reviews." } ], "timestamp": 1514386800 |