We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51502ab commit b88978dCopy full SHA for b88978d
eslint.config.js
@@ -12,7 +12,7 @@ module.exports = [
12
{
13
...js.configs.recommended,
14
languageOptions: {
15
- ecmaVersion: 2018,
+ ecmaVersion: 2020,
16
globals: {
17
...globals.browser,
18
...globals.node
0 commit comments