mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-07-12 22:34:03 -04:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['scratch', 'scratch/node']
|
|
};
|