We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c10ec1 commit 0d9752eCopy full SHA for 0d9752e
src/scanners/javascript.js
@@ -10,7 +10,7 @@ import { ESLINT_RULE_MAPPING, ESLINT_TYPES } from 'const';
10
import * as messages from 'messages';
11
import { ensureFilenameExists } from 'utils';
12
13
-const ECMA_VERSION = 2020;
+const ECMA_VERSION = 2021;
14
15
const IGNORE_FILE = 'addons-linter.eslintignore';
16
0 commit comments