mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-01 14:21:07 +00:00
Fix prettier (#3259)
https://ci.woodpecker-ci.org/repos/3780/pipeline/12442/28
This commit is contained in:
parent
32a1199519
commit
791bea8a02
2 changed files with 3 additions and 3 deletions
|
@ -18,6 +18,6 @@
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"pretty": true,
|
"pretty": true,
|
||||||
"noEmit": false
|
"noEmit": false,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"extends": "@docusaurus/tsconfig",
|
"extends": "@docusaurus/tsconfig",
|
||||||
"include": ["src/"]
|
"include": ["src/"],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue