FormidableLabs / FormidableLabs/babel-bridge
Chore: Update linting/prettier config
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# Description
We need a single source of truth for our linting and prettier config. This will allow us to have a consistent code style across the project, and eliminate noise in PRs.
# Acceptance criteria
- [ ] An applicable `workspaces` config in `package.json`
- [ ] (optional, if desired) The frontend being shifted into a `web` workspace
- [ ] A single source of truth for linting and prettier config
- [ ] The following packages are added and configured ([why?](https://chat.openai.com/share/f6544852-f907-4e15-80ac-d247cbc5463d)):
- [ ] `eslint-config-prettier`
- [ ] `eslint-plugin-prettier`
- [ ] (optional, if desired) The following ESLint rules:
- [ ] `import/order`
- [ ] `import/no-extraneous-dependencies`
- [ ] Disabling `@typescript-eslint/no-explicit-any`
- [ ] Linting/formatting run across all workspaces
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.