mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
Merge branch 'main' of https://github.com/yuzudev/biscuit
This commit is contained in:
commit
1ca68f1326
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"fmt": {
|
"fmt": {
|
||||||
|
"files": {
|
||||||
|
"exclude": "vendor"
|
||||||
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"indentWidth": 4,
|
"indentWidth": 4,
|
||||||
"lineWidth": 120
|
"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