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