Skip to content

Commit 0581ea3

Browse files
style: fix linting rules
1 parent c16e2f0 commit 0581ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"rules": {
3+
"functional/no-return-void": "off",
34
"node/no-unsupported-features/node-builtins": "off"
45
}
56
}

0 commit comments

Comments
 (0)