mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-26 20:49:22 +00:00
Return errors for FIXME comments
This commit is contained in:
parent
79ed87e67c
commit
ed3080d34e
@ -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"] },
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user