From 7b84448b669a74d9106aa24e904a9e66ae1018fe Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Wed, 1 May 2024 11:18:54 -0400 Subject: [PATCH] chore(linting): bump v19 TODO to v20 since it is not important for release --- packages/eslint-plugin/src/configs/javascript.ts | 2 +- packages/eslint-plugin/src/configs/typescript.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/eslint-plugin/src/configs/javascript.ts b/packages/eslint-plugin/src/configs/javascript.ts index dbdd9669000e1c..6fa1f1260bf34f 100644 --- a/packages/eslint-plugin/src/configs/javascript.ts +++ b/packages/eslint-plugin/src/configs/javascript.ts @@ -55,7 +55,7 @@ export default { * previously defined v5 of `@typescript-eslint`. v6 of `@typescript-eslint` * changed how configurations are defined. * - * TODO(v19): re-evalute these deviations from @typescript-eslint/recommended in v19 of Nx + * TODO(v20): re-evalute these deviations from @typescript-eslint/recommended in v19 of Nx */ 'no-extra-semi': 'off', '@typescript-eslint/no-extra-semi': 'error', diff --git a/packages/eslint-plugin/src/configs/typescript.ts b/packages/eslint-plugin/src/configs/typescript.ts index 5cbb3d2f32b026..870b6910beab19 100644 --- a/packages/eslint-plugin/src/configs/typescript.ts +++ b/packages/eslint-plugin/src/configs/typescript.ts @@ -38,7 +38,7 @@ export default { * previously defined v5 of `@typescript-eslint`. v6 of `@typescript-eslint` * changed how configurations are defined. * - * TODO(v19): re-evalute these deviations from @typescript-eslint/recommended in v19 of Nx + * TODO(v20): re-evalute these deviations from @typescript-eslint/recommended in v19 of Nx */ 'no-extra-semi': 'off', '@typescript-eslint/no-extra-semi': 'error',