File size: 140 Bytes
6bcb42f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
module.exports = {
    extends: ['scratch'], // no ES6
    env: {
        worker: true
    },
    globals: {
        Scratch: true
    }
};