Skip to content

Commit

Permalink
chore(linting): bump v19 TODO to v20 since it is not important for re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
jaysoo committed May 1, 2024
1 parent cb425c5 commit 7b84448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/configs/javascript.ts
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/configs/typescript.ts
Expand Up @@ -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',
Expand Down

0 comments on commit 7b84448

Please sign in to comment.