Switch to ECMA 13
This commit is contained in:
parent
519d4a8478
commit
86a97e71b1
@ -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
|
||||||
|
|
||||||
|
@ -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" : {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user