Skip to content
Snippets Groups Projects

silence linter

Merged dakkar requested to merge silence-linter-hasownproperty into develop
  1. Nov 27, 2024
    • dakkar's avatar
      simpler check for "property present" · 9309872c
      dakkar authored
      9309872c
    • dakkar's avatar
      silence linter · 3ea85b14
      dakkar authored
      those objects always have the normal prototype, and can't have
      `hasOwnProperty` redefined, let me call it normally
      
      (otherwise I'd have to write
      `Object.prototype.hasOwnProperty.call(newUser, field)` and that's
      ugly)
      3ea85b14
Loading