mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-14 19:49:57 -05:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
|
module.exports = {
|
||
|
extends: ['scratch', 'scratch/node'],
|
||
|
env: {
|
||
|
node: true
|
||
|
}
|
||
|
};
|