Skip to content

Commit 0786813

Browse files
committed
chore: update eslint dependencies
1 parent 875519b commit 0786813

File tree

4 files changed

+543
-576
lines changed

4 files changed

+543
-576
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default [
66
...tpConfig.configs.base,
77
{
88
rules: {
9+
// TODO: investigate why this rule is causing issues
910
'@html-eslint/indent': 'off',
1011
},
1112
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"babel-jest": "^30.0.5",
6262
"chromatic": "^13.1.3",
6363
"eslint": "^9.39.1",
64-
"eslint-plugin-jest": "^29.0.1",
64+
"eslint-plugin-jest": "^29.1.0",
6565
"identity-obj-proxy": "^3.0.0",
6666
"jest": "^30.1.1",
6767
"jest-environment-jsdom": "^30.2.0",

0 commit comments

Comments
 (0)