Convert a comment into a TODO

This commit is contained in:
MareStare 2025-03-04 02:59:19 +00:00
parent 50c08aa35a
commit cb380b0eff

View file

@ -266,7 +266,8 @@ export default tsEslint.config(
'no-redeclare': 'off',
'no-shadow': 'off',
// Often conflicts with prettier. In fact, prettier should just be enforced by CI.
// Often conflicts with prettier.
// TODO: prettier should just be enforced by CI.
'no-extra-parens': 'off',
'@typescript-eslint/no-unused-vars': [