Skip to content

Commit dcebeec

Browse files
committed
Linter
1 parent 6ccc645 commit dcebeec

File tree

7 files changed

+34
-39
lines changed

7 files changed

+34
-39
lines changed

src/lib/client/SuperDebug.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@
441441
padding: 1em;
442442
padding-bottom: 0;
443443
justify-content: space-between;
444-
font-family: Inconsolata, Monaco, Consolas, 'Lucida Console', 'Courier New', Courier,
445-
monospace;
444+
font-family:
445+
Inconsolata, Monaco, Consolas, 'Lucida Console', 'Courier New', Courier, monospace;
446446
}
447447
448448
.super-debug--right-status {

src/routes/(v1)/tests/redirect-submitting/styles.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:root {
2-
--font-body: Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
3-
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
2+
--font-body:
3+
Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
4+
'Open Sans', 'Helvetica Neue', sans-serif;
45
--font-mono: 'Fira Mono', monospace;
56
--color-bg-0: rgb(202, 216, 228);
67
--color-bg-1: hsl(209, 36%, 86%);
@@ -20,11 +21,8 @@ body {
2021
background-attachment: fixed;
2122
background-color: var(--color-bg-1);
2223
background-size: 100vw 100vh;
23-
background-image: radial-gradient(
24-
50% 50% at 50% 50%,
25-
rgba(255, 255, 255, 0.75) 0%,
26-
rgba(255, 255, 255, 0) 100%
27-
),
24+
background-image:
25+
radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%),
2826
linear-gradient(180deg, var(--color-bg-0) 0%, var(--color-bg-1) 15%, var(--color-bg-2) 50%);
2927
}
3028

src/routes/(v2)/v2/component-regen/global.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
--sk-theme-1: hsl(15, 100%, 55%);
1313
--sk-theme-2: hsl(240, 8%, 44%);
1414
--sk-theme-3: hsl(204, 100%, 63%);
15-
--sk-font: 'Overpass', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
16-
Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
15+
--sk-font:
16+
'Overpass', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
17+
'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
1718
--sk-font-mono: 'Fira Mono', monospace;
1819
}
1920

src/routes/(v2)/v2/issue-574/+page.server.ts

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ import { schema } from './schema.js';
77

88
export const load: PageServerLoad = async () => {
99
const adapter = schemasafe(schema);
10-
const defaultValue = {
11-
arr: [{
12-
arr: [{
13-
tryInvalidValue: ''
14-
}]
15-
}]
16-
}
17-
return {
18-
form: await superValidate(defaultValue, adapter)
19-
};
10+
const defaultValue = {
11+
arr: [
12+
{
13+
arr: [
14+
{
15+
tryInvalidValue: ''
16+
}
17+
]
18+
}
19+
]
20+
};
21+
return {
22+
form: await superValidate(defaultValue, adapter)
23+
};
2024
};
2125

2226
export const actions: Actions = {

src/routes/(v2)/v2/tainted-null-random/+page.svelte

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,7 @@
1212
dataType: 'json',
1313
validators: zodClient(clientSchema)
1414
});
15-
const {
16-
form: formData,
17-
enhance,
18-
errors,
19-
tainted,
20-
isTainted,
21-
delayed,
22-
allErrors,
23-
reset,
24-
message,
25-
constraints
26-
} = form;
15+
const { form: formData, tainted } = form;
2716
</script>
2817

2918
<h3>Bugged Form</h3>

src/routes/(v2)/v2/union-component/global.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
--sk-theme-1: hsl(15, 100%, 55%);
1313
--sk-theme-2: hsl(240, 8%, 44%);
1414
--sk-theme-3: hsl(204, 100%, 63%);
15-
--sk-font: 'Overpass', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
16-
Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
15+
--sk-font:
16+
'Overpass', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
17+
'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
1718
--sk-font-mono: 'Fira Mono', monospace;
1819
}
1920

static/sakura.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
/* Body */
77
html {
88
font-size: 62.5%;
9-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
10-
'Noto Sans', sans-serif;
9+
font-family:
10+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
11+
sans-serif;
1112
}
1213

1314
body {
@@ -37,8 +38,9 @@ h4,
3738
h5,
3839
h6 {
3940
line-height: 1.1;
40-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
41-
'Noto Sans', sans-serif;
41+
font-family:
42+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
43+
sans-serif;
4244
font-weight: 700;
4345
margin-top: 3rem;
4446
margin-bottom: 1.5rem;

0 commit comments

Comments
 (0)