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
commit 6635e1974bd60f9ce1b6d83f2ea775a2ab417f13 Author: Randall Leeds <[email protected]> AuthorDate: Sat Sep 19 20:38:36 2020 -0700 Remove extraneous parser option in ESLint configuration The es2020 environment setting already defines the parser version. --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index d0a98be..7249980 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -112,7 +112,6 @@ module.exports = { 'prettier/@typescript-eslint', ], parserOptions: { - ecmaVersion: 2020, project: ['./tsconfig.json', './packages/*/tsconfig.json'], tsconfigRootDir: __dirname, },
