Thanks to visit codestin.com Credit goes to github.com
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.
ecmaVersion
1 parent 1389393 commit d11fbbeCopy full SHA for d11fbbe
packages/experimental-utils/src/ts-eslint/ParserOptions.ts
@@ -4,7 +4,7 @@ export interface ParserOptions {
4
range?: boolean;
5
tokens?: boolean;
6
sourceType?: 'script' | 'module';
7
- ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 2015 | 2016 | 2017 | 2018;
+ ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 2015 | 2016 | 2017 | 2018 | 2019;
8
ecmaFeatures?: {
9
globalReturn?: boolean;
10
jsx?: boolean;
0 commit comments