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 @@
{ {
"extends": ["eslint:recommended", "plugin:prettier/recommended"], "extends": ["eslint:recommended", "plugin:prettier/recommended"],
"parserOptions": { "parserOptions": {
"ecmaVersion": "latest", "ecmaVersion": 12,
"sourceType": "module", "sourceType": "module",
"ecmaFeatures": { "ecmaFeatures": {
"jsx": true "jsx": true

Loading…
Cancel
Save