gajus / gajus/eslint-plugin-flowtype

"indent" rule

Open
#292 4 comments 7 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.