Skip to content

Commit

Permalink
Updated README.md. Removed .js*rc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed May 4, 2015
1 parent 673bed7 commit ab0e7d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 163 deletions.
85 changes: 0 additions & 85 deletions .jscsrc

This file was deleted.

75 changes: 0 additions & 75 deletions .jshintrc

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Finds the first matching config file, if any, in the current directory or the ne

Where X is the current directory:

1. If X/file.ext exists, load it. STOP
2. If X/.dir/file.ext exists, load it. STOP
3. Change X to parent directory. GO TO 1
1. If X/file.ext exists, return it. STOP
2. If X/.dir/file.ext exists, return it. STOP
3. If any, change X to parent directory. GO TO 1

## Install

Expand Down

0 comments on commit ab0e7d3

Please sign in to comment.