chore: initial hub repo structure
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "asepharyana-hub",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"format": "prettier --write .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.4.2",
|
||||
"eslint": "^9.18.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user