You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2019/05/23 15:37:17 UTC

[incubator-annotator] branch master updated: Bump ECMAScript version in ESLint config

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/master by this push:
     new baca907  Bump ECMAScript version in ESLint config
baca907 is described below

commit baca907d20a280ebec44a50960cb6db8c56d0f97
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Thu May 23 11:34:06 2019 -0400

    Bump ECMAScript version in ESLint config
---
 .eslintrc.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index a82fcb9..8baadfb 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -10,7 +10,7 @@ module.exports = {
   },
   parser: 'babel-eslint',
   parserOptions: {
-    ecmaVersion: '2018',
+    ecmaVersion: '2019',
   },
   plugins: ['import', 'prettier'],
   rules: {