Skip to content

Commit

Permalink
docs: πŸ“ remove closed TODO comment in unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Nov 2, 2024
1 parent af43482 commit 0750adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/unicorn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const unicornRules = {
...eslintPluginUnicorn.configs["flat/recommended"].rules,
"unicorn/filename-case": "off",
"unicorn/import-style": "off",
"unicorn/no-abusive-eslint-disable": "off", // TODO [2024-12-31]: add https://eslint-community.github.io/eslint-plugin-eslint-comments
"unicorn/no-abusive-eslint-disable": "off",
"unicorn/no-anonymous-default-export": "off",
"unicorn/no-array-callback-reference": "off", // TODO: enable when https://github.com/sindresorhus/eslint-plugin-unicorn/issues/781 is resolved.
"unicorn/no-array-reduce": "off",
Expand Down

0 comments on commit 0750adf

Please sign in to comment.