1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-17 09:57:23 +03:00
botnet
This commit is contained in:
yusuf2222 2022-11-15 03:37:12 +00:00
parent 8ca880270e
commit c6c3165070
4 changed files with 16 additions and 8 deletions

View File

@ -1,6 +1,11 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"jsxBracketSameLine": true
}
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"fluid": false
}

View File

@ -1,3 +0,0 @@
[build]
command = "npm i yarn@latest && yarn && yarn build"
publish = "docs/public"

5
sandbox.config.json Normal file
View File

@ -0,0 +1,5 @@
{
"infiniteLoopProtection": true,
"hardReloadOnChange": false,
"view": "browser"
}

1
vercel.json Normal file
View File

@ -0,0 +1 @@
{}