This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes issue #64 by updating the dev doc
- Loading branch information
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|