Disable class-methods-use-this
lint rule
This commit is contained in:
parent
569a14e897
commit
d6ffb08a63
35 changed files with 8 additions and 80 deletions
|
@ -1,9 +1,7 @@
|
|||
// Copyright 2015-2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
/* eslint-disable
|
||||
class-methods-use-this,
|
||||
@typescript-eslint/no-empty-function
|
||||
*/
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-empty-function */
|
||||
|
||||
import { assert } from 'chai';
|
||||
import { v4 as getGuid } from 'uuid';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue