Remove the unmaintained eslint-config-airbnb-base dependency (last
updated Nov 2021, no flat config support) along with its FlatCompat
shim infrastructure.
Replace with js.configs.recommended as the base config and explicitly
cherry-pick ~40 high-value safety and style rules from airbnb-base
that aren't already covered by other configs.
Remove 27 rule disables that only existed to suppress airbnb opinions,
and 5 dead TypeScript rule disables for rules no longer in the config.
Fix 4 real bugs caught by the newly added no-constant-binary-expression
rule where template literals were always truthy, making fallback values
unreachable.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add ability to duplicate a section
* Move section edit mode buttons to overflow menu
* Fix typing for concat and push parameters
* Fix incorrect clipboard typing for badges
* Media Player Spotify Clone
* Ellipsis fix
* Style for theme update
* Height now determined by player height
* comments - Also includes Testing with images
* Pushing to resolve balloobs comments ;)
* Add Node Vibrant type
* Update Styles
* Comments
* Reviews
* Lint
* undo readme
* Reviews && Clean up
* Clear Interval
* Animation updates + comments
* small style tweak and comment
* Last little fix
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>