Disable @typescript-eslint/explicit-module-boundary-types for .js files

This commit is contained in:
Simon Warta
2022-01-26 13:45:20 +01:00
parent 75d5722df5
commit c3f062dfb1
18 changed files with 18 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ module.exports = {
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-member-accessibility": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
},
},
{