gajus / gajus/eslint-plugin-flowtype
"indent" rule
Open
question
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
ESLint's [indent](https://eslint.org/docs/rules/indent) rule doesn't seem to apply to Flow types. Example:
```
type Foo = {
a: string,
b: number,
}
```
Contributor guide
Research direction
No repository files, tests, or entry points are named. Start by locating the implementation and tests for the "indent" rule, then reproduce the Flow type example from the issue. Done means indentation in Flow type declarations is checked consistently with the rule's expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100