mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-23 14:32:35 -05:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['scratch', 'scratch/es6'],
|
|
env: {browser: true}
|
|
};
|