Skip to content

Commit

Permalink
fix: add name to recommended flat config (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jun 13, 2024
1 parent 913c5da commit aa1c8c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const plugin = {
};

const recommended = {
name: 'security/recommended',
plugins: { security: plugin },
rules: {
'security/detect-buffer-noassert': 'warn',
Expand Down

0 comments on commit aa1c8c5

Please sign in to comment.