From 86a97e71b11086bb89ae61e38deb8e997fc45f0d Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:28:09 +0100 Subject: [PATCH] Switch to ECMA 13 --- DEVELOPMENT.md | 2 +- config.codekit3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index c189f5b4..3d5db157 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -22,7 +22,7 @@ However, there are a few guidelines: * CSS may use `rgb()` and `hsl()`, which is even required for some features. * CSS is compiled from SCSS (Dart Sass) and minified, never edit the processed styles. * You may `return` from within a case statement, but still add the `break` afterwards. -* JavaScript (ES11) does not need to mirror the PHP formatting. +* JavaScript (ES13) does not need to mirror the PHP formatting. ## Build Pipeline diff --git a/config.codekit3 b/config.codekit3 index 792862f4..c9089a27 100644 --- a/config.codekit3 +++ b/config.codekit3 @@ -4507,7 +4507,7 @@ "NODE_ENV:::production" ], "esLintConfigFileHandlingType" : 0, - "esLintECMAVersion" : 11, + "esLintECMAVersion" : 13, "esLintEnvironmentsMask" : 8193, "esLintRules" : { "accessor-pairs" : {