Skip to content

Commit f230c69

Browse files
authored
docs: Clean up readme.me (#1263)
1 parent 142c6f2 commit f230c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Linter commands work on a subset of all staged files, defined by a _glob pattern
221221
- **`"!(*test).js"`**. will match all JS files, except those ending in `test.js`, so `foo.js` but not `foo.test.js`
222222
- If the glob pattern does contain a slash (`/`), it will match for paths as well:
223223
- **`"./*.js"`** will match all JS files in the git repo root, so `/test.js` but not `/foo/bar/test.js`
224-
- **`"foo/**/\*.js"`** will match all JS files inside the`/foo`directory, so`/foo/bar/test.js`but not`/test.js`
224+
- **`"foo/**/*.js"`** will match all JS files inside the `/foo` directory, so `/foo/bar/test.js` but not `/test.js`
225225

226226
When matching, lint-staged will do the following
227227

0 commit comments

Comments
 (0)