mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-23 06:02:30 -05:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
module.exports = {
|
|
root: true,
|
|
env: {
|
|
node: true
|
|
},
|
|
extends: ['scratch', 'scratch/es6', 'scratch/node']
|
|
};
|