Verified Commit 03722059 authored by Dave Long's avatar Dave Long
Browse files

Issue #3335653 by mherchel, Spokje: commit-code-check.sh doesn't allow...

Issue #3335653 by mherchel, Spokje: commit-code-check.sh doesn't allow optional chaining in JavaScript

(cherry picked from commit 91c7840b)
parent d7f89c52
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -10,6 +10,9 @@
    "es6": true,
    "node": true
  },
  "parserOptions": {
    "ecmaVersion": 2020
  },
  "globals": {
    "Drupal": true,
    "drupalSettings": true,