Return errors for FIXME comments

This commit is contained in:
Alex Gleason 2025-05-30 23:46:15 +02:00
parent 79ed87e67c
commit ed3080d34e
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -29,6 +29,10 @@ export default tseslint.config(
],
"@typescript-eslint/no-unused-vars": "off",
"custom/no-placeholder-comments": "error",
"no-warning-comments": [
"error",
{ terms: ["fixme"] },
],
},
},
{