mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-07-03 01:50:40 -04:00
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
|
module.exports = {
|
||
|
extends: ['scratch', 'scratch/node']
|
||
|
};
|