aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslint-config/rules
Commit message (Expand)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-196-314/+0
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-121-0/+60
* Check functions Async suffixLeonid Logvinov2018-12-131-15/+24
* Fix tslint issuesLeonid Logvinov2018-07-171-0/+1
* Try enabling no-unused-variable...fragosti2018-06-052-1/+4
* Add `are` to boolean naming conventionsFabio Berger2018-05-231-1/+1
* Fix commentsFabio Berger2018-05-161-2/+1
* Implement boolean variable naming custom TSLint ruleFabio Berger2018-05-161-0/+69
* Implement custom no-magic-numbers rule that doesn't include magic numbers pas...Fabio Berger2018-05-161-0/+76
* Add missing type definitionsLeonid Logvinov2018-05-141-2/+2
* Add protected keyword to underscore lint ruleBrandon Millman2018-01-311-2/+2
* Apply prettier configLeonid Logvinov2018-01-032-2/+4
* Add some missed underscores, update changelog and commentsBrandon Millman2017-12-211-12/+5
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-0/+68
* Fix connect unused varsLeonid Logvinov2017-12-151-0/+1
* Implement first custom linter rule async-suffixLeonid Logvinov2017-12-152-0/+33