Create package.json

Signed-off-by: xn0px90 <xn0px90@users.noreply.github.com>
This commit is contained in:
xn0px90 2023-02-10 12:19:04 -07:00 committed by GitHub
parent 3647abb8e7
commit 4a8cbbfafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.github/workflows/package.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"scripts": {
"test": "awesome-lint"
},
"devDependencies": {
"awesome-lint": "*"
}
}