mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
9f0c4eb098
We are on a fast release cycle here.
10 lines
145 B
JavaScript
10 lines
145 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: 'scratch',
|
|
env: {
|
|
browser: true
|
|
},
|
|
globals: {
|
|
Promise: true
|
|
}
|
|
};
|