Switch to ECMA 13

This commit is contained in:
Tetrakern 2024-11-20 00:28:09 +01:00
parent 519d4a8478
commit 86a97e71b1
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ However, there are a few guidelines:
* CSS may use `rgb()` and `hsl()`, which is even required for some features. * 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. * 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. * 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 ## Build Pipeline

View File

@ -4507,7 +4507,7 @@
"NODE_ENV:::production" "NODE_ENV:::production"
], ],
"esLintConfigFileHandlingType" : 0, "esLintConfigFileHandlingType" : 0,
"esLintECMAVersion" : 11, "esLintECMAVersion" : 13,
"esLintEnvironmentsMask" : 8193, "esLintEnvironmentsMask" : 8193,
"esLintRules" : { "esLintRules" : {
"accessor-pairs" : { "accessor-pairs" : {