Skip to content

Commit e193417

Browse files
committed
Update eslint config
1 parent c70632e commit e193417

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@
263263
"template-curly-spacing": [
264264
"error",
265265
"never"
266+
],
267+
"consistent-return": [
268+
"error",
269+
{ "treatUndefinedAsUnspecified": true }
266270
]
267271
}
268272
}

0 commit comments

Comments
 (0)