mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-09 22:22:23 -05:00
7 lines
134 B
JavaScript
7 lines
134 B
JavaScript
|
module.exports = {
|
||
|
root: true,
|
||
|
extends: ['scratch', 'scratch/es6', 'scratch/react'],
|
||
|
env: {
|
||
|
browser: true
|
||
|
}
|
||
|
};
|