Skip to content

Commit 5b0fc3f

Browse files
committed
Add @typescript-eslint/no-deprecated
1 parent eba005d commit 5b0fc3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/entity.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
* limitations under the License.
2222
*/
2323

24+
// TODO: Remove when require Matterbridge 3.8.1 or later
25+
/* eslint-disable @typescript-eslint/no-deprecated */
26+
2427
import EventEmitter from 'node:events';
2528
import fs from 'node:fs';
2629
import path from 'node:path';

0 commit comments

Comments
 (0)