UNPKG

scratch-storage

Version:

Load and store project and asset files for Scratch 3.0

9 lines (8 loc) 155 B
module.exports = { root: true, extends: ['scratch', 'scratch/es6', 'scratch/node'], env: { node: true, browser: false } };