Skip to content

Commit

Permalink
chore: update @openally/config.eslint (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly authored Jan 7, 2025
1 parent 8d0e663 commit 6c11935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/NodeSecure/vulnera#readme",
"devDependencies": {
"@openally/config.eslint": "^1.1.0",
"@openally/config.eslint": "^1.3.0",
"@openally/config.typescript": "^1.0.3",
"@slimio/is": "^2.0.0",
"@types/node": "^22.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/strategies/none.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export function NoneStrategy(): NoneStrategyDefinition {
};
}

async function hydratePayloadDependencies(dependencies: any) {
async function hydratePayloadDependencies(_dependencies: any) {
// Do nothing
}

0 comments on commit 6c11935

Please sign in to comment.