Skip to content

tools: add eslint rule for `__proto__: null` in object

instead of each review someone need to remind that you need to add __proto__: null when creating an object, I created this eslint rule

before continue let's agree on the name so I won't need to rename after adding ignore comments

this does not add __proto__: null to module.exports as it break the ecosystem.

Merge request reports

Loading