Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check functions Async suffix | Leonid Logvinov | 2018-12-13 | 1 | -15/+24 |
| | |||||
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -0/+1 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 2 | -1/+4 |
| | |||||
* | Add `are` to boolean naming conventions | Fabio Berger | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | Fix comments | Fabio Berger | 2018-05-16 | 1 | -2/+1 |
| | |||||
* | Implement boolean variable naming custom TSLint rule | Fabio Berger | 2018-05-16 | 1 | -0/+69 |
| | |||||
* | Implement custom no-magic-numbers rule that doesn't include magic numbers ↵ | Fabio Berger | 2018-05-16 | 1 | -0/+76 |
| | | | | passed into BigNumber instantiations (e.g const amount = new BigNumber(5); ) | ||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -2/+2 |
| | |||||
* | Add protected keyword to underscore lint rule | Brandon Millman | 2018-01-31 | 1 | -2/+2 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 2 | -2/+4 |
| | |||||
* | Add some missed underscores, update changelog and comments | Brandon Millman | 2017-12-21 | 1 | -12/+5 |
| | |||||
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 1 | -0/+68 |
| | |||||
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 1 | -0/+1 |
| | |||||
* | Implement first custom linter rule async-suffix | Leonid Logvinov | 2017-12-15 | 2 | -0/+33 |