We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ccc60 commit 8a532d1Copy full SHA for 8a532d1
eslint.config.mjs
@@ -13,8 +13,7 @@ export default [
13
argsIgnorePattern: "^_", // Ignore unused arguments starting with an underscore
14
varsIgnorePattern: "^_" // Ignore unused variables starting with an underscore
15
}
16
- ],
17
- "@typescript-eslint/explicit-function-return-type": "off" // Disable explicit return type enforcement
+ ]
18
},
19
ignores: [
20
"node_modules/", // Ignore dependencies
0 commit comments