mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 00:58:14 -05:00
11 lines
179 B
JavaScript
11 lines
179 B
JavaScript
|
module.exports = {
|
||
|
root: true,
|
||
|
extends: ['scratch', 'scratch/es6', 'scratch/react'],
|
||
|
env: {
|
||
|
browser: true
|
||
|
},
|
||
|
globals: {
|
||
|
process: true
|
||
|
}
|
||
|
};
|