File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 21
21
prettier/prettier : error
22
22
no-undef : off
23
23
no-unused-vars : off
24
+ no-unreachable : off
24
25
no-prototype-builtins : off
25
26
linebreak-style : off
Original file line number Diff line number Diff line change 7
7
"license" : " MIT" ,
8
8
"private" : true ,
9
9
"scripts" : {
10
- "dev" : " cd gulp && yarn gulp main.serveDev " ,
11
- "devStandalone" : " cd gulp && yarn gulp main.serveStandalone " ,
10
+ "dev" : " cd gulp && yarn gulp" ,
11
+ "devStandalone" : " cd gulp && yarn gulp serve.standalone-steam " ,
12
12
"tslint" : " cd src/js && tsc" ,
13
13
"lint" : " eslint src/js" ,
14
14
"prettier-all" : " prettier --write src/**/*.* && prettier --write gulp/**/*.*" ,
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ import { THEME } from "../../theme";
14
14
import { enumHubGoalRewards } from "../../tutorial_goals" ;
15
15
import { BaseHUDPart } from "../base_hud_part" ;
16
16
17
+ /* typehints:start */
18
+ // @ts -ignore
19
+ import { Component } from "../../component" ;
20
+ /* typehints:end */
21
+
17
22
const logger = createLogger ( "hud/mass_selector" ) ;
18
23
19
24
export class HUDMassSelector extends BaseHUDPart {
You can’t perform that action at this time.
0 commit comments