mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 22:16:08 +00:00
chore: add script runner
This commit is contained in:
parent
aba8f8bd5a
commit
04d9088e64
@ -1,5 +1,8 @@
|
||||
{
|
||||
"fmt": {
|
||||
"files": {
|
||||
"exclude": "vendor"
|
||||
},
|
||||
"options": {
|
||||
"indentWidth": 4,
|
||||
"lineWidth": 120
|
||||
|
6
scripts.ts
Normal file
6
scripts.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export default {
|
||||
scripts: {
|
||||
fmt: "deno fmt",
|
||||
check: "deno check mod.ts",
|
||||
},
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user