From 7936d2336bd9ab4a15a41092efc9e81feaee9f49 Mon Sep 17 00:00:00 2001 From: lemonslut Date: Sat, 7 Jun 2025 21:49:24 -0600 Subject: [PATCH] eslint: allow warning comments (TODOs) for now --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index d4cf1819..a7e930eb 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -72,7 +72,6 @@ module.exports = { 'no-useless-concat': ['warn'], 'no-useless-return': ['warn'], 'no-void': ['error'], - 'no-warning-comments': ['warn'], 'no-with': ['error'], 'radix': ['error'], 'require-await': ['warn'],