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