Skip to content

Commit a55bfc6

Browse files
committed
undo eslint config changes
1 parent ce6ac00 commit a55bfc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ module.exports = {
4141
"preferType": {
4242
"*": "any"
4343
},
44-
"requireReturnType": true,
45-
requireReturnDescription: false
44+
"requireReturnType": true
4645
}],
4746
"node/no-unsupported-features": "error",
4847
"node/no-deprecated-api": "error",

0 commit comments

Comments
 (0)