.eslintrc.js 131 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 module.exports = { root: true, env: { node: true }, extends: ['scratch', 'scratch/es6', 'scratch/node'] };