mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 14:27:03 +02:00
CODEBASE: Expand lint rules, and Aliases are stored as maps (#501)
This commit is contained in:
@@ -12,6 +12,5 @@ export function isPowerOfTwo(n: number): boolean {
|
||||
}
|
||||
|
||||
// Disabling the bitwise rule because it's honestly the most efficient way to check for this.
|
||||
// tslint:disable-next-line:no-bitwise
|
||||
return (n & (n - 1)) === 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user