Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed May 13, 2024
1 parent c655c5e commit 2bc375c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@
"sourceType": "module"
},
"extends": ["eslint:recommended", "plugin:n/recommended", "prettier"],
"rules": {
"n/no-unsupported-features/node-builtins": [
"error",
{
"ignores": ["test", "test.describe", "test.it"]
}
]
},
"ignorePatterns": ["docs"]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^16.6.2",
"jsdoc": "^4.0.2",
"eslint-plugin-n": "^17.6.0",
"jsdoc": "^4.0.3",
"prettier": "3.2.5",
"release-it": "^17.1.1"
"release-it": "^17.2.1"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 2bc375c

Please sign in to comment.