Skip to content

Commit 580b215

Browse files
committed
Update ESLint config to adjust capIsNewExceptions list.
1 parent 05a51e4 commit 580b215

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/log-viewer-webui/client/eslint.config.mjs

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ const EslintConfig = [
4040
"error",
4141
{
4242
capIsNewExceptions: [
43+
"Decode",
44+
"Encode",
4345
"Type.Transform",
4446
"Type.Union",
4547
"Type.Literal",
46-
"Decode",
47-
"Encode",
48+
"Value.Parse",
4849
],
4950
},
5051
],

0 commit comments

Comments
 (0)