mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 22:12:28 -05:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
|
module.exports = {
|
||
|
extends: ['scratch', 'scratch/node'],
|
||
|
env: {
|
||
|
node: true
|
||
|
}
|
||
|
};
|