You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-05-22 08:55:42 +02:00
Fix prettier (#3259)
https://ci.woodpecker-ci.org/repos/3780/pipeline/12442/28
This commit is contained in:
@@ -18,6 +18,6 @@
|
|||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"pretty": true,
|
"pretty": true,
|
||||||
"noEmit": false
|
"noEmit": false,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": "@docusaurus/tsconfig",
|
"extends": "@docusaurus/tsconfig",
|
||||||
"include": ["src/"]
|
"include": ["src/"],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user