@@ -7,6 +7,8 @@
},
"rules": {
"semi": ["error", "always"],
"quotes": ["error", "double"]
"quotes": ["error", "double"],
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-explicit-any": "off"
}
The note is not visible to the blocked user.