housekeeping: non-breaking dependency updates (via #5515)

* non-breaking dependency updates

* eslint updates
This commit is contained in:
kyle
2019-08-01 19:06:03 -07:00
committed by GitHub
parent c2058b9127
commit 877ee38ba1
3 changed files with 916 additions and 645 deletions

View File

@@ -2,5 +2,6 @@ env:
mocha: true
rules:
"react/prop-types": 1 # bah humbug
"react/require-render-return": 1
"no-unused-vars": 1 # unused vars in tests can be useful for indicating a full signature
"no-global-assign": 1