diff options
| author | Sunshine <sunshine_40@qq.com> | 2024-06-07 07:51:29 +0800 |
|---|---|---|
| committer | Sunshine <sunshine_40@qq.com> | 2024-06-07 07:51:29 +0800 |
| commit | d73d27348206d794995cd7acb65a1869c178d225 (patch) | |
| tree | f16ada8c23fec682d02eeaf43b62dd69c24f3692 | |
| parent | f9f51839e5b5ebc92848bfcf924040c4f4b65df4 (diff) | |
| download | rust-d73d27348206d794995cd7acb65a1869c178d225.tar.gz rust-d73d27348206d794995cd7acb65a1869c178d225.zip | |
Bump the EcmaScript version in the eslint configuration.
| -rw-r--r-- | src/librustdoc/html/static/.eslintrc.js | 2 |
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": { |
