infinitered / infinitered/react-native-mlkit
Extract all common eslint rules to `packages/eslint-config-react-native-mlkit`
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 444
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
We want to have a consistent style across all of the packages in the monorepo.
The best way to do this is a shared config. A skeleton of this already exists, but to really make it work we need to extract all the rules that are dispersed throughout the monorepo and gather them in one place.
Then the individual packages can import the config and extend it if needed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the skeleton in packages/eslint-config-react-native-mlkit and locating the ESLint rules dispersed across the monorepo. Consolidate the common rules there, then update individual packages to import and extend the shared config where needed. Done means the packages use the shared configuration while retaining necessary package-specific rules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, typescript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100