remove unused files

This commit is contained in:
Alif Rachmawadi
2022-01-06 09:31:17 +00:00
parent f6d2e5de5d
commit 4476f57cc9
2 changed files with 0 additions and 14 deletions

3
.gitignore vendored
View File

@@ -1,3 +0,0 @@
node_modules/
lib/
__tests__/runner/*

View File

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