heystack icon indicating copy to clipboard operation
heystack copied to clipboard

add eslintrc.json for windows machine

Open garyng2000 opened this issue 4 years ago • 0 comments

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" } ] } }

garyng2000 avatar Jun 20 '21 03:06 garyng2000