chore(lint) tame the (uppdated) linter

This commit is contained in:
Saúl Ibarra Corretgé
2021-11-04 22:10:43 +01:00
committed by Saúl Ibarra Corretgé
parent 0aba61d5c6
commit 162a67fe8b
385 changed files with 933 additions and 900 deletions

View File

@@ -37,7 +37,7 @@ type Props = {
/**
* Implements a React {@link Component} which displays a button for flipping the local viedo.
*
* @extends Component
* @augments Component
*/
class FlipLocalVideoButton extends PureComponent<Props> {
/**