Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: remove requirement of default case in all switch statements | fragosti | 2018-11-13 | 1 | -1/+2 |
| | |||||
* | Revert "Remove default in state reducer" | Steve Klebanoff | 2018-11-01 | 1 | -2/+1 |
| | | | | This reverts commit cc2719492d72602ecd1c503cf0ecee95cd05db33. | ||||
* | Remove default in state reducer | Steve Klebanoff | 2018-11-01 | 1 | -1/+2 |
| | | | | This allows us to ensure that we explicitly handle every action type | ||||
* | Allow more than 1 class per file | Steve Klebanoff | 2018-10-19 | 1 | -1/+2 |
| | | | | Felt silly that refactoring a component defined as a function to a class with a helper function caused a tslint violation | ||||
* | chore: change tslint.json from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Change tslint config to remove conflicts with prettier | fragosti | 2018-10-10 | 1 | -1/+2 |
| | |||||
* | Improve utilities and try to use them in simple form component | fragosti | 2018-10-05 | 1 | -1/+4 |
| | |||||
* | Have React setup with basic build working | fragosti | 2018-09-28 | 1 | -0/+3 |