Spaces:
Running
Running
module.exports = { | |
extends: ['scratch'], // no ES6 | |
env: { | |
worker: true | |
}, | |
globals: { | |
Scratch: true | |
} | |
}; | |
module.exports = { | |
extends: ['scratch'], // no ES6 | |
env: { | |
worker: true | |
}, | |
globals: { | |
Scratch: true | |
} | |
}; | |