Glavin001 / Glavin001/tslint-clean-code

no-flag-args rule for class properties declaration in constructor

Open
#69 2 comments 0 reactions 2 assignees Claimed by @Glavin001 View on GitHub
question
Dominant language
TypeScript
Stars
175
Forks
15
PR merge metrics
No merged PRs in 30d

Description

@Glavin001 Following class shows error:

```
export class MyModel {
constructor(public isBoxAvailable = false, public isCertAvailable = false) {}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.