allow bitwise through eslint

This commit is contained in:
2023-11-25 09:59:53 -06:00
parent 93ee412480
commit 84f7c45517
+1
View File
@@ -1,3 +1,4 @@
/* eslint-disable no-bitwise */
class Console {
constructor() {
this.sportInitialized = false;