Skip to content
Snippets Groups Projects
Verified Commit 91c7840b 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
parent 7ab83718
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2020
},
"globals": {
"Drupal": true,
"drupalSettings": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment