Skip to content

Commit

Permalink
Update dependencies, replace eslint-plugin-node
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Mar 4, 2024
1 parent ab76de1 commit ad2eb73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"ecmaVersion": "latest",
"sourceType": "module"
},
"extends": ["eslint:recommended", "plugin:node/recommended", "prettier"],
"extends": ["eslint:recommended", "plugin:n/recommended", "prettier"],
"ignorePatterns": ["docs"]
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"test": "node --test"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-n": "^16.6.2",
"jsdoc": "^4.0.2",
"prettier": "3.2.4",
"release-it": "^17.0.3"
"prettier": "3.2.5",
"release-it": "^17.1.1"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit ad2eb73

Please sign in to comment.