UNPKG

104 BJavaScriptView Raw
1module.exports = {
2 root: true,
3 extends: ['scratch', 'scratch/es6'],
4 env: {browser: true}
5};