Skip to content

Instantly share code, notes, and snippets.

View dbhagen's full-sized avatar

Daniel Hagen dbhagen

View GitHub Profile
@dbhagen
dbhagen / setup-typescript.sh
Created October 18, 2023 16:28 — forked from lewebsimple/setup-typescript.sh
TypeScript / ESLint / Prettier / Vue 3
#!/bin/bash
yarn add -D @typescript-eslint/eslint-plugin \
typescript ts-node-dev \
@typescript-eslint/parser @typescript-eslint/eslint-plugin eslint eslint-config-prettier eslint-plugin-prettier eslint-plugin-vue prettier
cat > .eslintrc.js <<EOF
module.exports = {
root: true,
env: {
@dbhagen
dbhagen / .block
Created June 26, 2023 14:50 — forked from curran/.block
Persons of Concern StreamGraph by Origin
license: mit
border: no
@ECHO off
:top
CLS
ECHO Choose a shell:
ECHO [1] cmd
ECHO [2] zsh
ECHO [3] PowerShell
ECHO [4] bash
ECHO [5] Python
ECHO.