File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Lint Filenames
1+ # Lint
22
33> Lint filenames.
44
@@ -134,7 +134,7 @@ function onLint( error, filenames ) {
134134
135135### Usage
136136
137- ``` bash
137+ ``` text
138138Usage: lint-filenames [options] [dir]
139139
140140Options:
@@ -157,7 +157,7 @@ Options:
157157
158158- If not provided a ` dir ` argument, the current working directory is the search directory.
159159
160- - If the split separator is a [ regular expression] [ regexp ] , ensure that the ` split ` option is properly ** escaped** .
160+ - If the split separator is a [ regular expression] [ mdn- regexp] , ensure that the ` split ` option is properly ** escaped** .
161161
162162 ``` bash
163163 # Not escaped...
@@ -201,7 +201,7 @@ $ echo -n $'beep.js\ta/b/c.md\tA.js' | lint-filenames --split /\\t/
201201
202202[ndjson]: http://ndjson.org/
203203
204- [regexp]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions
204+ [mdn- regexp]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions
205205
206206[standard-stream]: http://en.wikipedia.org/wiki/Pipeline_%28Unix%29
207207
You can’t perform that action at this time.
0 commit comments