mirror of
https://github.com/scratchfoundation/scratch-sb1-converter.git
synced 2024-11-28 18:46:10 -05:00
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
|
module.exports = {
|
||
|
root: true,
|
||
|
extends: ['scratch', 'scratch/es6'],
|
||
|
env: {
|
||
|
browser: true
|
||
|
}
|
||
|
};
|