mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
11 lines
202 B
JavaScript
11 lines
202 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['scratch', 'scratch/es6', 'scratch/react'],
|
|
env: {
|
|
browser: true
|
|
},
|
|
globals: {
|
|
process: true
|
|
},
|
|
plugins: ['json']
|
|
};
|