Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
fix(node): extend payfit rules
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-leblanc committed Apr 19, 2022
1 parent 06cb7c1 commit 4c49520
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion node.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module.exports = {
extends: ['./rules/node/node', './rules/node/security'],
extends: [
'./rules/node/node',
'./rules/node/security',
'./rules/node/payfit',
],
}

0 comments on commit 4c49520

Please sign in to comment.