Skip to content

Commit e01da47

Browse files
committed
eslint.config.js: Removed a rule
1 parent fbc09e3 commit e01da47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export default [
2323
quotes: ["warn", "double", { allowTemplateLiterals: true }],
2424
"@typescript-eslint/no-unused-vars": "warn",
2525
"@typescript-eslint/no-explicit-any": "off",
26-
"@typescript-eslint/explicit-function-return-type": "warn",
2726
"@typescript-eslint/interface-name-prefix": "off",
2827
"@typescript-eslint/ban-types": "off",
2928
"import/extensions": ["warn", "ignorePackages", { js: "always" }],

0 commit comments

Comments
 (0)