Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
SLT-962: Trigger build in CircleCI.
  • Loading branch information
lauriskuznecovs committed Sep 27, 2024
commit fc3bfd2f6ad2c565cc6e4e8ae97525757580eafb
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ nvm use $($Get-Content .nvmrc)

### On Windows

- Linting probably wont work directly with command `npm run lint` do it via lint-staged with command `npx lint-staged`.
Dont worry per-commit hooks will work fine.
- Linting probably won't work directly with command `npm run lint` do it via lint-staged with command `npx lint-staged`.
Don't worry per-commit hooks will work fine.
- In your code editor use LF all the time, otherwise there will be prettier errors when linting.
- If having LF in your editor is not enough, try this command "git config --global core.autocrlf false".More info here https://stackoverflow.com/questions/25724969/sourcetree-line-ending-issue