hirosystems / hirosystems/heystack
add eslintrc.json for windows machine
Open
- Dominant language
- TypeScript
- Stars
- 18
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
if I just clone and start, I see a lot of prettier error due to the CRLF thing, need to add this to the eslintrc.json file(well if there are other ones in the future, that prettier/prettier block
{
"extends": [
"react-app",
"prettier"
],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.