Skip to content

Commit ff765d5

Browse files
committed
Set triple-slash-reference off
1 parent 3f4178d commit ff765d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default [
4343
rules: {
4444
...typescriptEslint.configs.recommended.rules,
4545
"@typescript-eslint/no-explicit-any": "off",
46+
"@typescript-eslint/triple-slash-reference": "off",
4647
},
4748
},
4849
{

0 commit comments

Comments
 (0)