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

Resolve extra spaces case #3

Closed
chernodub opened this issue Sep 24, 2021 · 2 comments
Closed

Resolve extra spaces case #3

chernodub opened this issue Sep 24, 2021 · 2 comments
Assignees

Comments

@chernodub
Copy link
Owner

export class NotesComponent {
  /** Project based on the opened url. */
  public readonly project$: Observable<Project>;


  public constructor(
    private readonly projectsService: ProjectsService,
    activatedRoute: ActivatedRoute,
  ) {
}
@chernodub chernodub self-assigned this Sep 24, 2021
@chernodub
Copy link
Owner Author

chernodub commented Oct 5, 2021

    "no-multiple-empty-lines": [
      "error",
      { "max": 1, "maxEOF": 0, "maxBOF": 1 }
    ]

@chernodub
Copy link
Owner Author

d85d4ae closed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant