Skip to content
View andreaskian's full-sized avatar

Block or report andreaskian

Report abuse

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

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    My dotfiles and setup script for setting up a fresh macbook

    Lua 1 1

  2. eslint-diff-master.md eslint-diff-master.md
    1
    Run `eslint` against all `.ts` and `.tsx` files, -deleted, in branch:
    2
     
    3
    ```bash
    4
    git diff --diff-filter=d --name-only master | grep -E '\.(ts|tsx)$' | xargs npx eslint
    5
    ```
  3. npm-check-updates.md npm-check-updates.md
    1
    # npm-check-updates
    2
     
    3
    ### Update all dependencies
    4
     
    5
    > $ npx npm-check-updates -u && npm install