mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2025-01-03 11:35:49 -05:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
|
module.exports = {
|
||
|
root: true,
|
||
|
extends: ['scratch', 'scratch/es6'],
|
||
|
env: {browser: true}
|
||
|
};
|