Use es6 lint rules

This commit is contained in:
Ray Schamp 2017-04-17 15:09:57 -04:00
parent 0bcc33cf4c
commit f646a61c5b

View file

@ -1,10 +1,7 @@
module.exports = {
root: true,
extends: 'scratch',
extends: ['scratch', 'scratch/es6'],
env: {
browser: true
},
globals: {
Promise: true
}
};