mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-03-14 06:39:47 -04:00
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
|
module.exports = {
|
||
|
root: true,
|
||
|
env: {
|
||
|
node: true
|
||
|
},
|
||
|
extends: ['scratch', 'scratch/node']
|
||
|
};
|