projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde5fb4
)
Bump allowed ECMAScript version to 2021 (ES12)
author
Tom Hughes
<tom@compton.nu>
Thu, 16 Jan 2025 19:08:50 +0000
(19:08 +0000)
committer
Tom Hughes
<tom@compton.nu>
Thu, 16 Jan 2025 19:08:51 +0000
(19:08 +0000)
config/eslint.js
patch
|
blob
|
history
diff --git
a/config/eslint.js
b/config/eslint.js
index fac9d555b55ebbaf6aec18a9f82454a9edbf58f2..b4d0429e4ae8417db3fbfe4b3324fe721e20fc39 100644
(file)
--- a/
config/eslint.js
+++ b/
config/eslint.js
@@
-5,7
+5,7
@@
module.exports = [
js.configs.recommended,
{
languageOptions: {
- ecmaVersion: 20
15
,
+ ecmaVersion: 20
21
,
sourceType: "script",
globals: {
...globals.browser,