diff options
| author | Sunshine <sunshine_40@qq.com> | 2024-06-07 08:44:52 +0800 |
|---|---|---|
| committer | Sunshine <sunshine_40@qq.com> | 2024-06-07 08:44:52 +0800 |
| commit | 63411076c3531f2c5ed77d8f1cfc451d6ccddaed (patch) | |
| tree | b4caad3446026734e97757977765830cc0bd3d97 /src/tools/rustdoc-js | |
| parent | d73d27348206d794995cd7acb65a1869c178d225 (diff) | |
| download | rust-63411076c3531f2c5ed77d8f1cfc451d6ccddaed.tar.gz rust-63411076c3531f2c5ed77d8f1cfc451d6ccddaed.zip | |
Other EcmaScript version bump
Diffstat (limited to 'src/tools/rustdoc-js')
| -rw-r--r-- | src/tools/rustdoc-js/.eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustdoc-js/.eslintrc.js b/src/tools/rustdoc-js/.eslintrc.js index b9d0e251c24..3eccbc74cb9 100644 --- a/src/tools/rustdoc-js/.eslintrc.js +++ b/src/tools/rustdoc-js/.eslintrc.js @@ -6,7 +6,7 @@ module.exports = { }, "extends": "eslint:recommended", "parserOptions": { - "ecmaVersion": 8, + "ecmaVersion": 2019, "sourceType": "module" }, "rules": { |
