Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
recursively finds files by filter options from a start directory onwards and deletes these. useful if you want to clean up a directory in your node.js app.
-
A wicked npm package to record videos directly in the browser, wohooo!
-
A tiny node module to detect spiders/crawlers quickly and comes with optional middleware for ExpressJS
-
a very simple function to stringify any huge number of seconds. give it million seconds and it tells you how many days, hours, minutes and seconds in a pretty string.
-
Convert a Canvas graphic to a Buffer, as fast as possible, without a copy
210 contributions in the last year
Contribution activity
August 2020
July 2020
Created an issue in DianaSuvorova/eslint-plugin-react-redux that received 1 comment
Don't lint files that have no React in them
In my project there are many files with React and some others without. But this linter lints them all, even those without React. Lots of unnecessar…