mirror of
https://github.com/scratchfoundation/scratch-sb1-converter.git
synced 2024-11-21 10:48:13 -05:00
4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
|
module.exports = {
|
||
|
extends: ['scratch', 'scratch/node', 'scratch/es6']
|
||
|
};
|