Skip to content

Commit aa3f835

Browse files
committed
Update lint rules
1 parent ef560d9 commit aa3f835

File tree

1 file changed

+0
-6
lines changed
  • lib/node_modules/@stdlib/object/ctor

1 file changed

+0
-6
lines changed

lib/node_modules/@stdlib/object/ctor/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ limitations under the License.
3636

3737
## Usage
3838

39-
<!-- eslint-disable stdlib/no-redeclare -->
40-
4139
```javascript
4240
var Object = require( '@stdlib/object/ctor' );
4341
```
@@ -46,8 +44,6 @@ var Object = require( '@stdlib/object/ctor' );
4644

4745
Returns a new [object][mdn-object].
4846

49-
<!-- eslint-disable stdlib/no-redeclare -->
50-
5147
```javascript
5248
var o = new Object( null );
5349
// returns {}
@@ -79,8 +75,6 @@ var o = new Object( null );
7975

8076
<!-- eslint no-undef: "error" -->
8177

82-
<!-- eslint-disable stdlib/no-redeclare -->
83-
8478
```javascript
8579
var Object = require( '@stdlib/object/ctor' );
8680

0 commit comments

Comments
 (0)