mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-13 17:04:39 -04:00
3 lines
78 B
JavaScript
3 lines
78 B
JavaScript
module.exports = {
|
|
extends: ['scratch', 'scratch/node', 'scratch/es6']
|
|
};
|