Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ rules:
message: "Use `const { Error } = primordials;` instead of the global."
- name: Float32Array
message: "Use `const { Float32Array } = primordials;` instead of the global."
- name: Int32Array
message: "Use ``const { Int32Array } = primordials;` instead of the global."
Comment thread
Sebastien-Ahkrin marked this conversation as resolved.
Outdated
- name: JSON
message: "Use `const { JSON } = primordials;` instead of the global."
- name: Map
Expand Down
1 change: 1 addition & 0 deletions lib/internal/util/inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const {
ErrorPrototypeToString,
Float32Array,
FunctionPrototypeToString,
Int32Array,
JSONStringify,
Map,
MapPrototype,
Expand Down