diff --git a/eslint.config.js b/eslint.config.js index a26dff1..0ebc430 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -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"] }, + ], }, }, {