Skip to content

Commit 8a532d1

Browse files
committed
update rules
1 parent 12ccc60 commit 8a532d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.mjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ export default [
1313
argsIgnorePattern: "^_", // Ignore unused arguments starting with an underscore
1414
varsIgnorePattern: "^_" // Ignore unused variables starting with an underscore
1515
}
16-
],
17-
"@typescript-eslint/explicit-function-return-type": "off" // Disable explicit return type enforcement
16+
]
1817
},
1918
ignores: [
2019
"node_modules/", // Ignore dependencies

0 commit comments

Comments
 (0)