mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 19:31:05 +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": ".",
|
||||
"rootDir": "src",
|
||||
"pretty": true,
|
||||
"noEmit": false
|
||||
}
|
||||
"noEmit": false,
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"extends": "@docusaurus/tsconfig",
|
||||
"include": ["src/"]
|
||||
"include": ["src/"],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue