Skip to content

Commit b88978d

Browse files
chore: bump ESLint ecmaVersion to 2020 (mochajs#5104)
1 parent 51502ab commit b88978d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = [
1212
{
1313
...js.configs.recommended,
1414
languageOptions: {
15-
ecmaVersion: 2018,
15+
ecmaVersion: 2020,
1616
globals: {
1717
...globals.browser,
1818
...globals.node

0 commit comments

Comments
 (0)