From 48106e80864865efc0f228c07fd7609068ad655b Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 7 Dec 2016 12:39:45 -0500 Subject: [PATCH] another lint fix --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index b6e21eac07..8140b7cd91 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -37,5 +37,8 @@ "parserOptions": { "ecmaVersion": 6, "sourceType": "module" + }, + "settings": { + "import/core-modules": [ "svelte" ] } }