Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
fixes issue #64 by updating the dev doc
Browse files Browse the repository at this point in the history
  • Loading branch information
loicraux committed Sep 15, 2016
1 parent bc5aef0 commit 6ccc5ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,12 @@ Development

To develop tslint-microsoft-contrib simply clone the repository, install dependencies and run grunt:

git config --global core.autocrlf input
git config --global core.eol lf
git clone [email protected]:Microsoft/tslint-microsoft-contrib.git
git clone [email protected]:Microsoft/tslint-microsoft-contrib.git --config core.autocrlf=input --config core.eol=lf
cd tslint-microsoft-contrib
npm install
grunt all
grunt create-rule --rule-name=no-something-or-other

The repo requires you to use linefeed as a line ending, and asks that you checkout the code with linefeed endings enabled. This does change your global config, so please make a note of your previous values and revert them after the checkout if necessary.

Debug code
-----------
If command fails because of file access permissions, prefix it with sudo.
Expand Down

0 comments on commit 6ccc5ae

Please sign in to comment.