mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-08 21:52:00 -05:00
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
|
module.exports = {
|
||
|
extends: ['scratch', 'scratch/node']
|
||
|
};
|