I had weird line ending issues because we use a mix of LF and CRLF in the project. I added src and test to the prettier command and configured the line-endings to unix LF. we need to run npm run lint:write in the entire repo once to normalize them. (didn't lint in this PR yet as it would lead to huge changes)
add lint to CI for when we receive PRs from community members
contract fixes: revoke, overflow in tokensale, comments
changelog
src
andtest
to the prettier command and configured the line-endings to unix LF. we need to runnpm run lint:write
in the entire repo once to normalize them. (didn't lint in this PR yet as it would lead to huge changes)