blocksoapp / blocksoapp/monorepo
Setup ESLINT and Prettier
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Current Behavior**
We don't have a common code style that is enforced across the codebase.
**Expected Behavior**
There is a linter that detects errors early and is enforced on builds.
There is a code formatter that forces everyone to agree on a code style and is enforced on builds.
IF either of those fail, then the build should fail.
Setup eslint for linting, and prettier for formatting.
https://dev.to/thomaslombart/how-to-setup-eslint-and-prettier-for-your-react-apps-1n42
https://dev.to/knowankit/setup-eslint-and-prettier-in-react-app-357b
Make builds fail when either of those tools fail.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.