taataa / tapspace

Zoomable user interface library for web apps.
https://taataa.github.io/tapspace/
MIT License
58 stars 8 forks source link

npm run lint failing #140

Closed allain closed 4 years ago

allain commented 5 years ago

npm run lint is failing on a clean git clone.

Specially OBJ.hasOwnProperty use is flagged as an error for every us of it.

Do you want me to fix them use the approved approach: Object.prototype.hasOwnProperty(obj, prop)?

allain commented 5 years ago

Performed in PR https://github.com/taataa/tapspace/pull/141