Update eslint and a few ZEIT references to Vercel

This commit is contained in:
Benjamin Staneck 2020-07-13 15:05:34 +02:00
parent 6ef561afe7
commit 5692d32f2a
No known key found for this signature in database
GPG key ID: 74A90736869653C2
24 changed files with 263 additions and 184 deletions

View file

@ -89,7 +89,7 @@ class Hyper extends React.PureComponent<HyperProps> {
componentWillUnmount() {
document.body.style.backgroundColor = 'inherit';
this.mousetrap && this.mousetrap.reset();
this.mousetrap?.reset();
}
render() {