diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-01-31 08:26:42 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-01-31 08:26:42 +0800 |
commit | 7cc4a8f5cebb41ee5b9a37a1732d7f2af5d16d4a (patch) | |
tree | c29207060123584f2784705e3527b962f45565de /packages/tslint-config | |
parent | 4d0ff0dce4bdef031f19a2ec8891ae58f98616ee (diff) | |
download | dexon-sol-tools-7cc4a8f5cebb41ee5b9a37a1732d7f2af5d16d4a.tar dexon-sol-tools-7cc4a8f5cebb41ee5b9a37a1732d7f2af5d16d4a.tar.gz dexon-sol-tools-7cc4a8f5cebb41ee5b9a37a1732d7f2af5d16d4a.tar.bz2 dexon-sol-tools-7cc4a8f5cebb41ee5b9a37a1732d7f2af5d16d4a.tar.lz dexon-sol-tools-7cc4a8f5cebb41ee5b9a37a1732d7f2af5d16d4a.tar.xz dexon-sol-tools-7cc4a8f5cebb41ee5b9a37a1732d7f2af5d16d4a.tar.zst dexon-sol-tools-7cc4a8f5cebb41ee5b9a37a1732d7f2af5d16d4a.zip |
Fix lint errors
Diffstat (limited to 'packages/tslint-config')
-rw-r--r-- | packages/tslint-config/CHANGELOG.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/tslint-config/CHANGELOG.md b/packages/tslint-config/CHANGELOG.md index dac4051ea..f7dc6e5a4 100644 --- a/packages/tslint-config/CHANGELOG.md +++ b/packages/tslint-config/CHANGELOG.md @@ -2,8 +2,7 @@ ## v0.5.0 - _TBD, 2018_ - * Modified custom 'underscore-privates' rule, changing it to 'underscore-private-protected' requiring underscores to be prepended to private variable names - * 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. + * Modified custom 'underscore-privates' rule, changing it to 'underscore-private-and-protected' requiring underscores to be prepended to both private and protected variable names ## v0.4.0 - _December 28, 2017_ |