Skip to content

Commit aa1c8c5

Browse files
authored
fix: add name to recommended flat config (#161)
1 parent 913c5da commit aa1c8c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const plugin = {
4747
};
4848

4949
const recommended = {
50+
name: 'security/recommended',
5051
plugins: { security: plugin },
5152
rules: {
5253
'security/detect-buffer-noassert': 'warn',

0 commit comments

Comments
 (0)