From f93bf054f176c63ed3f99cc03cbbe2df25d1579c Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford Date: Thu, 8 Dec 2016 21:17:07 -0800 Subject: [PATCH] Set `root: true` in .eslintrc.js --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 36ff570..c16b6bc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,4 @@ module.exports = { + root: true, extends: ['scratch', 'scratch/node'] };