mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-07-23 04:29:21 -04:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['scratch', 'scratch/node']
|
|
};
|