Skip to content

Commit ee366cb

Browse files
committed
1 parent c1c8fc7 commit ee366cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ module.exports = {
127127
// Disabled because of https://github.com/eslint/eslint/issues/3420
128128
// 'callback-return': ['warn', ['cb', 'callback', 'next', 'done']],
129129
'handle-callback-err': 'warn',
130+
'no-buffer-constructor': 'error',
130131
'no-mixed-requires': ['error', {
131132
grouping: true,
132133
allowCall: true

0 commit comments

Comments
 (0)