Skip to content

Commit fc07369

Browse files
committed
Update code fence language
1 parent 704ed0e commit fc07369

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/lint/filenames/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
138138
Usage: lint-filenames [options] [dir]
139139
140140
Options:
@@ -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

0 commit comments

Comments
 (0)