sindresorhus / eslint-plugin-unicorn

More than 100 powerful ESLint rules
MIT License
3.98k stars 361 forks source link

prefer-modern-dom-apis: false positives with PixiJS #2372

Open latin-1 opened 1 month ago

latin-1 commented 1 month ago

PixiJS's Contaienr has a '.removeChild(...)' API that should not be considered incorrect.

https://pixijs.download/release/docs/scene.Container.html#removeChild

container.removeChild(child);