Skip to content

Commit 5b0d34f

Browse files
committed
Update comment
1 parent f2806c9 commit 5b0d34f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ const typeScriptRules = {
225225
],
226226
}
227227

228-
// TODO: remove once the following is released to `@eslint/compat`
229-
// https://github.com/eslint/rewrite/issues/127
228+
// See https://github.com/eslint/rewrite/issues/127
230229
const fixupOldPluginRules = ({ rules, ...plugin }) => ({
231230
...plugin,
232231
rules: Object.fromEntries(

0 commit comments

Comments
 (0)