2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Change ecmaVersion to 8 to make eslint happy

This commit is contained in:
toby
2017-04-21 17:56:16 -04:00
parent 02f855ff09
commit 9f60dc3dd6

View File

@@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 8,
"ecmaFeatures": {
"impliedStrict": true
},