Skip to content

Commit f8dedf8

Browse files
committed
Set the root property
1 parent 640280a commit f8dedf8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

etc/eslint/.eslintrc.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ var merge = require( '@stdlib/utils/merge' );
1414
*/
1515
var eslint = {};
1616

17+
/**
18+
* Root configuration.
19+
*
20+
* @name root
21+
* @memberof eslint
22+
* @type {boolean}
23+
* @default true
24+
*/
25+
eslint.root = true;
26+
1727
/**
1828
* Default environments.
1929
*

0 commit comments

Comments
 (0)