aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/tslint.json
Commit message (Collapse)AuthorAgeFilesLines
* fix: remove requirement of default case in all switch statementsfragosti2018-11-131-1/+2
|
* Revert "Remove default in state reducer"Steve Klebanoff2018-11-011-2/+1
| | | | This reverts commit cc2719492d72602ecd1c503cf0ecee95cd05db33.
* Remove default in state reducerSteve Klebanoff2018-11-011-1/+2
| | | | This allows us to ensure that we explicitly handle every action type
* Allow more than 1 class per fileSteve Klebanoff2018-10-191-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 0xJacob Evans2018-10-181-1/+1
|
* Change tslint config to remove conflicts with prettierfragosti2018-10-101-1/+2
|
* Improve utilities and try to use them in simple form componentfragosti2018-10-051-1/+4
|
* Have React setup with basic build workingfragosti2018-09-281-0/+3