1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

eslint: allow warning comments (TODOs) for now

This commit is contained in:
lemonslut 2025-06-07 21:49:24 -06:00
parent 623398cf6b
commit 7936d2336b
No known key found for this signature in database

View file

@ -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'],