Skip to content

Commit

Permalink
feat: no-unsupported-features support process.report (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaichuk committed Nov 6, 2022
1 parent 237b2a1 commit 8ce1a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-unsupported-features/node-builtins.js
Expand Up @@ -263,7 +263,7 @@ const trackMap = {
},
},
release: { [READ]: { supported: "3.0.0" } },
report: { [READ]: { supported: null, experimental: "11.8.0" } },
report: { [READ]: { supported: "14.0.0", experimental: "11.8.0"} },
resourceUsage: { [READ]: { supported: "12.6.0" } },
setegid: { [READ]: { supported: "2.0.0" } },
seteuid: { [READ]: { supported: "2.0.0" } },
Expand Down

0 comments on commit 8ce1a64

Please sign in to comment.