feat: init hoppscotch-embed package

This commit is contained in:
liyasthomas
2021-11-30 18:36:52 +05:30
parent 520ac8ede5
commit c3fcc6e35d
63 changed files with 12023 additions and 58 deletions

View File

@@ -0,0 +1,7 @@
{
"extends": ["@antfu"],
"rules": {
"semi": [2, "never"],
"quotes": ["error", "double"]
}
}