mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 15:32:40 -05:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['scratch', 'scratch/es6'],
|
|
env: {
|
|
browser: true
|
|
}
|
|
};
|