aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslint-config/tslint.json
Commit message (Expand)AuthorAgeFilesLines
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-121-1/+2
* Implement prefer-template tslint rulekao2018-12-081-0/+1
* Fix unused vars for react-shared and websitefragosti2018-08-311-0/+1
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-2/+1
* MergeLeonid Logvinov2018-07-181-81/+18
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-181-38/+121
|\
| * Add new tslint rulesLeonid Logvinov2018-07-171-0/+19
| * Sort the config file lexicographicallyLeonid Logvinov2018-07-161-26/+31
* | Add no-return-await, no-duplicate-switch-case, no-implicit-dependencies rulesLeonid Logvinov2018-07-131-0/+3
|/
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
* merge v2-prototypeFabio Berger2018-06-061-0/+1
|\
| * Add `switch-default` tslint rule and add missing default statementFabio Berger2018-06-051-0/+1
* | Linter now passesfragosti2018-06-061-1/+0
* | Try enabling no-unused-variable...fragosti2018-06-051-0/+1
|/
* Enforce new rules, including no-switch-case-fall-throughFabio Berger2018-05-161-0/+3
* Add missing type definitionsLeonid Logvinov2018-05-141-0/+1
* Fix lint rules directoryFabio Berger2018-03-221-1/+1
* Add protected keyword to underscore lint ruleBrandon Millman2018-01-311-1/+1
* Remove no-unused-variabe ruleLeonid Logvinov2018-01-301-1/+0
* Enable restrict-plus-operands and fix issues detectedLeonid Logvinov2018-01-171-0/+1
* Apply prettier configLeonid Logvinov2018-01-031-107/+98
* Remove formatting esilnt rulesLeonid Logvinov2018-01-031-2/+0
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-0/+1
* Fix redundant spacesLeonid Logvinov2017-12-161-1/+3
* Dissallow unused vars/importsLeonid Logvinov2017-12-151-0/+1
* Implement first custom linter rule async-suffixLeonid Logvinov2017-12-151-1/+3
* Enforce comments on public methodsLeonid Logvinov2017-11-241-0/+7
* Enable some new linter rules and fix the issuesLeonid Logvinov2017-11-241-8/+39
* Auto-fix linter errorsLeonid Logvinov2017-11-241-1/+12
* Remove even more asyncsLeonid Logvinov2017-11-241-0/+3
* Add tslint-config sub-packageFabio Berger2017-11-141-0/+53