Skip to content

Commit 0d9752e

Browse files
committed
Use ecmaVersion 2021
1 parent 2c10ec1 commit 0d9752e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scanners/javascript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { ESLINT_RULE_MAPPING, ESLINT_TYPES } from 'const';
1010
import * as messages from 'messages';
1111
import { ensureFilenameExists } from 'utils';
1212

13-
const ECMA_VERSION = 2020;
13+
const ECMA_VERSION = 2021;
1414

1515
const IGNORE_FILE = 'addons-linter.eslintignore';
1616

0 commit comments

Comments
 (0)