Skip to content

Commit bd5ea6d

Browse files
committed
Merge branch 'main' of github.com:vercel/workflow-examples
2 parents 945c2ed + ee66bfd commit bd5ea6d

File tree

3 files changed

+249
-0
lines changed

3 files changed

+249
-0
lines changed
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
3+
"files": {
4+
"includes": [
5+
"**/*.js",
6+
"**/*.jsx",
7+
"**/*.ts",
8+
"**/*.tsx",
9+
"**/*.mts",
10+
"**/*.mjs",
11+
"**/*.json",
12+
"!**/node_modules",
13+
"!**/dist",
14+
"!**/.vercel",
15+
"!**/.changeset",
16+
"!**/.cursor",
17+
"!**/.well-known/workflow",
18+
"!**/.prebuilt",
19+
"!**/.turbo",
20+
"!**/.next",
21+
"!**/.env",
22+
"!target",
23+
"!**/tests/fixture",
24+
"!**/tests/errors"
25+
],
26+
"ignoreUnknown": true
27+
},
28+
"formatter": {
29+
"enabled": true,
30+
"formatWithErrors": false,
31+
"indentStyle": "space",
32+
"indentWidth": 2,
33+
"lineEnding": "lf",
34+
"lineWidth": 80,
35+
"attributePosition": "auto"
36+
},
37+
"linter": {
38+
"enabled": true,
39+
"rules": {
40+
"recommended": true,
41+
"complexity": {
42+
"noExcessiveCognitiveComplexity": "warn",
43+
"noVoid": "off"
44+
},
45+
"correctness": {
46+
"noUnusedVariables": "error",
47+
"useExhaustiveDependencies": "warn"
48+
},
49+
"style": {
50+
"noNonNullAssertion": "warn",
51+
"useConst": "error",
52+
"useImportType": "error"
53+
},
54+
"suspicious": {
55+
"noExplicitAny": "off",
56+
"noArrayIndexKey": "warn"
57+
},
58+
"performance": {
59+
"noAccumulatingSpread": "warn"
60+
}
61+
}
62+
},
63+
"javascript": {
64+
"formatter": {
65+
"jsxQuoteStyle": "double",
66+
"quoteProperties": "asNeeded",
67+
"trailingCommas": "es5",
68+
"semicolons": "always",
69+
"arrowParentheses": "always",
70+
"bracketSpacing": true,
71+
"bracketSameLine": false,
72+
"quoteStyle": "single",
73+
"attributePosition": "auto"
74+
}
75+
},
76+
"assist": {
77+
"actions": {
78+
"source": {
79+
"organizeImports": "on"
80+
}
81+
}
82+
}
83+
}

birthday-card-generator/biome.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
3+
"files": {
4+
"includes": [
5+
"**/*.js",
6+
"**/*.jsx",
7+
"**/*.ts",
8+
"**/*.tsx",
9+
"**/*.mts",
10+
"**/*.mjs",
11+
"**/*.json",
12+
"!**/node_modules",
13+
"!**/dist",
14+
"!**/.vercel",
15+
"!**/.changeset",
16+
"!**/.cursor",
17+
"!**/.well-known/workflow",
18+
"!**/.prebuilt",
19+
"!**/.turbo",
20+
"!**/.next",
21+
"!**/.env",
22+
"!target",
23+
"!**/tests/fixture",
24+
"!**/tests/errors"
25+
],
26+
"ignoreUnknown": true
27+
},
28+
"formatter": {
29+
"enabled": true,
30+
"formatWithErrors": false,
31+
"indentStyle": "space",
32+
"indentWidth": 2,
33+
"lineEnding": "lf",
34+
"lineWidth": 80,
35+
"attributePosition": "auto"
36+
},
37+
"linter": {
38+
"enabled": true,
39+
"rules": {
40+
"recommended": true,
41+
"complexity": {
42+
"noExcessiveCognitiveComplexity": "warn",
43+
"noVoid": "off"
44+
},
45+
"correctness": {
46+
"noUnusedVariables": "error",
47+
"useExhaustiveDependencies": "warn"
48+
},
49+
"style": {
50+
"noNonNullAssertion": "warn",
51+
"useConst": "error",
52+
"useImportType": "error"
53+
},
54+
"suspicious": {
55+
"noExplicitAny": "off",
56+
"noArrayIndexKey": "warn"
57+
},
58+
"performance": {
59+
"noAccumulatingSpread": "warn"
60+
}
61+
}
62+
},
63+
"javascript": {
64+
"formatter": {
65+
"jsxQuoteStyle": "double",
66+
"quoteProperties": "asNeeded",
67+
"trailingCommas": "es5",
68+
"semicolons": "always",
69+
"arrowParentheses": "always",
70+
"bracketSpacing": true,
71+
"bracketSameLine": false,
72+
"quoteStyle": "single",
73+
"attributePosition": "auto"
74+
}
75+
},
76+
"assist": {
77+
"actions": {
78+
"source": {
79+
"organizeImports": "on"
80+
}
81+
}
82+
}
83+
}

flight-booking-app/biome.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
3+
"files": {
4+
"includes": [
5+
"**/*.js",
6+
"**/*.jsx",
7+
"**/*.ts",
8+
"**/*.tsx",
9+
"**/*.mts",
10+
"**/*.mjs",
11+
"**/*.json",
12+
"!**/node_modules",
13+
"!**/dist",
14+
"!**/.vercel",
15+
"!**/.changeset",
16+
"!**/.cursor",
17+
"!**/.well-known/workflow",
18+
"!**/.prebuilt",
19+
"!**/.turbo",
20+
"!**/.next",
21+
"!**/.env",
22+
"!target",
23+
"!**/tests/fixture",
24+
"!**/tests/errors"
25+
],
26+
"ignoreUnknown": true
27+
},
28+
"formatter": {
29+
"enabled": true,
30+
"formatWithErrors": false,
31+
"indentStyle": "space",
32+
"indentWidth": 2,
33+
"lineEnding": "lf",
34+
"lineWidth": 80,
35+
"attributePosition": "auto"
36+
},
37+
"linter": {
38+
"enabled": true,
39+
"rules": {
40+
"recommended": true,
41+
"complexity": {
42+
"noExcessiveCognitiveComplexity": "warn",
43+
"noVoid": "off"
44+
},
45+
"correctness": {
46+
"noUnusedVariables": "error",
47+
"useExhaustiveDependencies": "warn"
48+
},
49+
"style": {
50+
"noNonNullAssertion": "warn",
51+
"useConst": "error",
52+
"useImportType": "error"
53+
},
54+
"suspicious": {
55+
"noExplicitAny": "off",
56+
"noArrayIndexKey": "warn"
57+
},
58+
"performance": {
59+
"noAccumulatingSpread": "warn"
60+
}
61+
}
62+
},
63+
"javascript": {
64+
"formatter": {
65+
"jsxQuoteStyle": "double",
66+
"quoteProperties": "asNeeded",
67+
"trailingCommas": "es5",
68+
"semicolons": "always",
69+
"arrowParentheses": "always",
70+
"bracketSpacing": true,
71+
"bracketSameLine": false,
72+
"quoteStyle": "single",
73+
"attributePosition": "auto"
74+
}
75+
},
76+
"assist": {
77+
"actions": {
78+
"source": {
79+
"organizeImports": "on"
80+
}
81+
}
82+
}
83+
}

0 commit comments

Comments
 (0)