Skip to content
View scvnathan's full-sized avatar
💣
💣
  • Minneapolis, Minnesota
Block or Report

Block or report scvnathan

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

  1. MiniFSM MiniFSM Public

    A lil finite state machine

    C#

  2. ent ent Public

    C# 2

  3. a little prettier wrapper to allow f... a little prettier wrapper to allow for custom execution, mainly for ignoring certain file types. I wrote this initially so i can use it with my IDE which in injects the current file as a param
    1
    const path = require("path");
    2
    const childProcess = require("child_process");
    3
    
                  
    4
    const prettierArgs = Array.from(process.argv).slice(2);
    5
    const valid = [".jsx", ".js"];