diff options
| author | Chris Rebert <[email protected]> | 2016-05-31 00:46:33 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-05-31 00:46:33 -0700 |
| commit | 4d3bd8e6c5da15f9427b84e192c5f0b602f54c7f (patch) | |
| tree | 342d03d168fdbb82a77257fa597157e1c1186d8a | |
| parent | c4add0c2f30b8404bd1d227b16d7668a236c1d63 (diff) | |
| download | bootstrap-4d3bd8e6c5da15f9427b84e192c5f0b602f54c7f.tar.xz bootstrap-4d3bd8e6c5da15f9427b84e192c5f0b602f54c7f.zip | |
Migrate parser & env config to ESLint 2.0.0
| -rw-r--r-- | js/.eslintrc.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/.eslintrc.json b/js/.eslintrc.json index b866b125b..11e8f26ef 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": { |
