From 904ca393f1b65d1ae1380bd32917eb692aec8174 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Tue, 19 Sep 2017 16:51:09 +0300 Subject: [PATCH] Fix eslint config --- .eslintrc.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 0526afe56..73a280f22 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1,3 +1,5 @@ -{ - "extends": "google", -} +env: + browser: true + es6: true + jquery: true + extends: google