about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSunshine <sunshine_40@qq.com>2024-06-07 07:51:29 +0800
committerSunshine <sunshine_40@qq.com>2024-06-07 07:51:29 +0800
commitd73d27348206d794995cd7acb65a1869c178d225 (patch)
treef16ada8c23fec682d02eeaf43b62dd69c24f3692
parentf9f51839e5b5ebc92848bfcf924040c4f4b65df4 (diff)
downloadrust-d73d27348206d794995cd7acb65a1869c178d225.tar.gz
rust-d73d27348206d794995cd7acb65a1869c178d225.zip
Bump the EcmaScript version in the eslint configuration.
-rw-r--r--src/librustdoc/html/static/.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/.eslintrc.js b/src/librustdoc/html/static/.eslintrc.js
index a1e9cc6dfa1..1eeda5a6ea4 100644
--- a/src/librustdoc/html/static/.eslintrc.js
+++ b/src/librustdoc/html/static/.eslintrc.js
@@ -5,7 +5,7 @@ module.exports = {
     },
     "extends": "eslint:recommended",
     "parserOptions": {
-        "ecmaVersion": 8,
+        "ecmaVersion": 9,
         "sourceType": "module"
     },
     "rules": {