From 59558640b2b09e6c9753105f41a65230725ed414 Mon Sep 17 00:00:00 2001 From: Oscar Date: Mon, 17 Feb 2020 00:13:13 +0100 Subject: [PATCH] config(eslint): specify source type --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 9b430c91..86736291 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,5 +5,8 @@ "browser": true, "es2020": true, "node": true + }, + "parserOptions": { + "sourceType": "module" } }