mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-06 11:01:27 +01:00
Convert a comment into a TODO
This commit is contained in:
parent
50c08aa35a
commit
cb380b0eff
1 changed files with 2 additions and 1 deletions
|
@ -266,7 +266,8 @@ export default tsEslint.config(
|
||||||
'no-redeclare': 'off',
|
'no-redeclare': 'off',
|
||||||
'no-shadow': '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',
|
'no-extra-parens': 'off',
|
||||||
|
|
||||||
'@typescript-eslint/no-unused-vars': [
|
'@typescript-eslint/no-unused-vars': [
|
||||||
|
|
Loading…
Add table
Reference in a new issue