T2316 - Poprawione błędy lintera
Summary: T2316 Test Plan: Wykonać komendę arc lint, powinno wyświetlić okey Reviewers: #testers, kuba-orlik Reviewed By: #testers, kuba-orlik Subscribers: jenkins-user Maniphest Tasks: T2316 Differential Revision: https://hub.sealcode.org/D1150master
parent
4235a11d44
commit
400705150e
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
useTabs: true,
|
"useTabs": true,
|
||||||
tabWidth: 4,
|
"tabWidth": 4,
|
||||||
trailingComma: "es5",
|
"trailingComma": "es5",
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"files": "*.yml",
|
"files": "*.yml",
|
||||||
"options": {
|
"options": {
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"useTabs": false
|
"useTabs": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
export default function frame(id: string, body: string) {
|
export default function frame(id: string, body: string): string {
|
||||||
return /* HTML */ `<turbo-frame id="${id}"> ${body} </turbo-frame>`;
|
return /* HTML */ `<turbo-frame id="${id}"> ${body} </turbo-frame>`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue