Skip to content

Commit

Permalink
Release 16.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Dec 11, 2023
1 parent b075568 commit 964cf65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/rules/no-unsupported-features/node-builtins.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,6 @@ Object.assign(trackMap.globals, {

trackMap.modules = extendTrackMapWithNodePrefix(trackMap.modules)

/*eslint-enable camelcase */

module.exports = {
meta: {
docs: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-n",
"version": "16.3.1",
"version": "16.4.0",
"description": "Additional ESLint's rules for Node.js",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 964cf65

Please sign in to comment.