Skip to content

Commit f918c8a

Browse files
committed
Fix option name
1 parent 9e0a0a7 commit f918c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/eslint/parser-options/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ var options = {};
2828
/**
2929
* ECMAScript version.
3030
*
31-
* @name version
31+
* @name ecmaVersion
3232
* @memberof options
3333
* @type {number}
3434
*/
35-
options.version = require( './version.js' );
35+
options.ecmaVersion = require( './version.js' );
3636

3737
/**
3838
* Source type.

0 commit comments

Comments
 (0)