1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

remove unused files

This commit is contained in:
Alif Rachmawadi 2022-01-06 09:31:17 +00:00
parent f6d2e5de5d
commit 2f01469b02
No known key found for this signature in database
GPG key ID: DD1F490C879BFA91
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"
}