mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 00:53:29 +00:00
Enable various eslint rules (#1773)
## Description: Enable various eslint rules. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced
This commit is contained in:
@@ -8,7 +8,7 @@ export class ShellExecution implements Execution {
|
||||
private pathFinder: AirPathFinder;
|
||||
private shell: Unit | undefined;
|
||||
private mg: Game;
|
||||
private destroyAtTick: number = -1;
|
||||
private destroyAtTick = -1;
|
||||
private random: PseudoRandom;
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user