Skip to content

Commit ffc41c5

Browse files
committed
Disable custom rule instead of default one
1 parent 7d2e7c1 commit ffc41c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/utils/type-of/lib/fixtures

lib/node_modules/@stdlib/utils/type-of/lib/fixtures/nodelist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// MODULES //
44

5-
var root = require( 'system.global' )(); // eslint-disable-line no-redeclare
5+
var root = require( 'system.global' )(); // eslint-disable-line stdlib/no-redeclare
66

77

88
// MAIN //

0 commit comments

Comments
 (0)