Skip to content

Commit 8efa7ce

Browse files
committed
Merge branch 'main' into add-video-embeds
2 parents 04ce69e + f374106 commit 8efa7ce

File tree

3 files changed

+55
-5
lines changed

3 files changed

+55
-5
lines changed

Diff for: eslint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default [
99
'no-unused-vars': 'off',
1010
'import/order': 'off',
1111
'import/consistent-type-specifier-style': 'off',
12+
'vitest/no-standalone-expect': 'off',
1213
'@typescript-eslint/no-unused-vars': 'off',
1314
'@typescript-eslint/no-floating-promises': 'off',
1415
},

Diff for: package-lock.json

+53-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"git": ">=2.18.0"
4141
},
4242
"devDependencies": {
43-
"@epic-web/config": "^1.17.2",
43+
"@epic-web/config": "^1.18.3",
4444
"eslint": "^9.9.0",
4545
"prettier": "^3.3.3",
4646
"typescript": "^5.7.3"

0 commit comments

Comments
 (0)