module.exports = {
    root: true,
    env: {
        node: true
    },
    extends: ['scratch', 'scratch/es6', 'scratch/node']
};