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