mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2025-01-20 14:30:13 -05:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['scratch', 'scratch/es6'],
|
|
env: {browser: true}
|
|
};
|