From: Chris Rebert Date: Tue, 31 May 2016 07:46:33 +0000 (-0700) Subject: Migrate parser & env config to ESLint 2.0.0 X-Git-Tag: v4.0.0-alpha.3~66^2~4^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3bd8e6c5da15f9427b84e192c5f0b602f54c7f;p=thirdparty%2Fbootstrap.git Migrate parser & env config to ESLint 2.0.0 --- diff --git a/js/.eslintrc.json b/js/.eslintrc.json index b866b125bf..11e8f26ef6 100644 --- a/js/.eslintrc.json +++ b/js/.eslintrc.json @@ -1,8 +1,13 @@ { "root": true, "parser": "babel-eslint", + "parserOptions": { + "ecmaVersion": 6, + "sourceType": "module" + }, "env": { "browser": true, + "es6": true, "jquery": true }, "rules": {