Browse Source

chore: Synced local '.eslintrc.json' with remote 'sync-files/js/.eslintrc.json' (#348)

main
googlemaps-bot 3 years ago committed by GitHub
parent
commit
0c1f0b6656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .eslintrc.json

2
.eslintrc.json

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
{
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
"parserOptions": {
"ecmaVersion": "latest",
"ecmaVersion": 12,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true

Loading…
Cancel
Save