UNPKG

scratch-render

Version:
12 lines (11 loc) 242 B
module.exports = { root: true, extends: ['scratch', 'scratch/es6', 'scratch/node'], env: { node: false, browser: true // TODO: disable this }, globals: { Buffer: true // TODO: remove this? } };