Glavin001 / Glavin001/tslint-clean-code
no-flag-args rule for class properties declaration in constructor
Open
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.