mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 15:00:01 -04:00
add lint command, lint and lint:fix project
This commit is contained in:
parent
430c7ad6ec
commit
93b609932d
23 changed files with 36916 additions and 25 deletions
|
@ -23,7 +23,7 @@ export default function (client: ScramjetClient, self: Self) {
|
|||
return this.ports;
|
||||
},
|
||||
source() {
|
||||
let scram: ScramjetClient = this.source[SCRAMJETCLIENT];
|
||||
const scram: ScramjetClient = this.source[SCRAMJETCLIENT];
|
||||
|
||||
if (scram) return scram.globalProxy;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue