Set root: true in .eslintrc.js

This commit is contained in:
Christopher Willis-Ford 2016-12-08 21:17:07 -08:00
parent 2b28f27049
commit f93bf054f1

View file

@ -1,3 +1,4 @@
module.exports = {
root: true,
extends: ['scratch', 'scratch/node']
};