port hooklib to runner

This commit is contained in:
Thomas Boop
2022-05-25 16:02:51 -04:00
parent 183b1f387c
commit 3f71edd2af
17 changed files with 9121 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}