Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fixing snap
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Oct 3, 2022
1 parent 7bbd25a commit b9a8f1a
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ privateOrPublicConstructorParameters.ts:2:17 lint/nursery/noUnusedVariables ━
! This parameter is unused.
┌─ privateOrPublicConstructorParameters.ts:2:17
2 │ constructor(a, private b, public c) {
│ ^
1 │ class A {
> 2 │ constructor(a, private b, public c) {
│ ^
3 │ }
4 │ }
i Unused variables usually are result of incomplete refactoring, typos and other source of bugs.
Expand Down

0 comments on commit b9a8f1a

Please sign in to comment.