Skip to content

Commit

Permalink
Refactor code-style
Browse files Browse the repository at this point in the history
*   Improve error messages somewhat
*   Clean so much stuff
  • Loading branch information
wooorm committed Aug 17, 2023
1 parent ed7b512 commit aaa5392
Show file tree
Hide file tree
Showing 72 changed files with 4,013 additions and 3,955 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ coverage/
*.d.cts
*.log
yarn.lock
!/test/types.d.ts
2 changes: 1 addition & 1 deletion doc/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ is turned on, depending on the following options:

In this case, the first file that is searched for in a directory is used as the
configuration.
If no file is found, the parent directory is searched, and so on.
If no file is found, the parent folder is searched, and so on.

###### Example

Expand Down
4 changes: 2 additions & 2 deletions doc/ignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ regardless of [`detectIgnore`][detect-ignore] and [`ignoreName`][ignore-name].
Otherwise, ignore files are detected if [`detectIgnore`][detect-ignore] is
turned on and [`ignoreName`][ignore-name] is given.

The first file named `ignoreName` in the parent directory of a checked path is
The first file named `ignoreName` in the parent folder of a checked path is
used.
Or, if no file is found, the parent directory if searched, and so on.
Or, if no file is found, the parent folder if searched, and so on.

## Additional ignoring

Expand Down
Loading

0 comments on commit aaa5392

Please sign in to comment.