Skip to content

Commit a92ce2e

Browse files
Update tools/eslint-rules/avoid-prototype-pollution.js
Co-authored-by: Livia Medeiros <[email protected]>
1 parent 8ec0501 commit a92ce2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/eslint-rules/avoid-prototype-pollution.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module.exports = {
101101
}
102102
context.report({
103103
node,
104-
message: 'Proxy handler must be null-prototype objects'
104+
message: 'Proxy handler must be a null-prototype object'
105105
});
106106
}
107107
};

0 commit comments

Comments
 (0)