Block or report user

Organizations

@Modernizr @h5bp @editorconfig @gruntjs @yeoman @tastejs @webcomponents @aurajs @bower @tooling @certifi @imagemin @jscs-dev @awesome-lists @avajs @babel @osscommunity @npm1k @chalk @istanbuljs @yargs @tapjs

Pinned repositories

  1. avajs/ava

    🚀 Futuristic JavaScript test runner

    JavaScript 7.7k 374

  2. xo

    ❤️ JavaScript happiness style linter

    JavaScript 2k 74

  3. awesome

    😎 Curated list of awesome lists

    49.8k 6k

  4. awesome-nodejs

    ⚡️ Delightful Node.js packages and resources

    15.1k 1.8k

  5. cat-names

    🐈 Get popular cat names

    JavaScript 145 19

  6. ponyfill

    🦄 Like polyfill but with pony pureness

    248 9

5,435 contributions in the last year

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri

Contribution activity First pull request First issue First repository Joined GitHub

January 2017

Created an issue in avajs/eslint-plugin-ava that received 3 comments

Rule proposal: `prefer-t-regex`

Users should prefer the regex assertion as it's more readable and gives better output. Fail t.true(/\d+/.test(foo())); Pass t.regex(foo(), /\d+/); S…

Seeing something unexpected? Take a look at the GitHub profile guide.