From 0cb086d71c4da892877098cbea3c822579811b58 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Wed, 27 Oct 2021 19:39:51 +0000 Subject: [PATCH] chore: Synced local '.eslintrc.json' with remote 'sync-files/js/.eslintrc.json' --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 60ad6846a..fbda63efe 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,7 +1,7 @@ { "extends": ["eslint:recommended", "plugin:prettier/recommended"], "parserOptions": { - "ecmaVersion": "latest", + "ecmaVersion": 12, "sourceType": "module", "ecmaFeatures": { "jsx": true