From 2a9d44ae9a560a3b5b386315b75000863449ca73 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Mon, 20 Dec 2021 17:26:19 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20eslint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index f7aaa550..2025d7b5 100644 --- a/.eslintrc +++ b/.eslintrc @@ -12,6 +12,7 @@ "@babel" ], "env": { + "es6": true, "browser": true, "node": true },