jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/389500 )

Change subject: Chore: lint against ES8
......................................................................


Chore: lint against ES8

Configure ESLint to match the expectations of the common TypeScript
config, ES2017.

Change-Id: I12545a02ab7597c5ce37f9a65cc39b76b1e0d93d
---
M .eslintrc.json
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jhernandez: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.eslintrc.json b/.eslintrc.json
index 74dbbf0..fa67d15 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -28,7 +28,7 @@
   },
   "parser": "typescript-eslint-parser",
   "parserOptions": {
-    "ecmaVersion": 2015,
+    "ecmaVersion": 2017,
     "sourceType": "module",
     "ecmaFeatures": {
       "jsx": true,

-- 
To view, visit https://gerrit.wikimedia.org/r/389500
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I12545a02ab7597c5ce37f9a65cc39b76b1e0d93d
Gerrit-PatchSet: 1
Gerrit-Project: marvin
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: Jhernandez <[email protected]>
Gerrit-Reviewer: Sniedzielski <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to