soiz1's picture
Upload 1525 files
f2bee8a verified
raw
history blame
140 Bytes
module.exports = {
extends: ['scratch'], // no ES6
env: {
worker: true
},
globals: {
Scratch: true
}
};