Skip to content
View alextraub's full-sized avatar
  • United States

Highlights

  • Pro

Block or report alextraub

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. quorum-codemirror quorum-codemirror Public

    Adds support for the quorum language in codemirror

    JavaScript

  2. chatter-chess chatter-chess Public

    Play chess with your voice (using Amazon Alexa)

    JavaScript

  3. My personal eslint setup for a React... My personal eslint setup for a React/TypeScript projects
    1
    {
    2
        "parser": "@typescript-eslint/parser",
    3
        "parserOptions": {
    4
            "ecmaVersion": 6,
    5
            "sourceType": "module"