mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
Change ecmaVersion to 8 to make eslint happy
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"ecmaVersion": 6,
|
"ecmaVersion": 8,
|
||||||
"ecmaFeatures": {
|
"ecmaFeatures": {
|
||||||
"impliedStrict": true
|
"impliedStrict": true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user