.eslintrc.js 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 module.exports = { root: true, env: { node: true }, extends: ['scratch', 'scratch/es6'], globals: { __static: false // electron-webpack provides this constant to access bundled static assets } };