From 0c1f0b665630dc5f1eefea5cc2e02687a3eb4a5e Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Wed, 27 Oct 2021 13:50:03 -0600 Subject: [PATCH] chore: Synced local '.eslintrc.json' with remote 'sync-files/js/.eslintrc.json' (#348) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 60ad684..fbda63e 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