File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
lib/node_modules/@stdlib/_tools/lint/namespace-aliases Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -152,14 +152,14 @@ function onLint( error, errors ) {
152
152
### Usage
153
153
154
154
``` text
155
- Usage: stdlib- lint-namespace-aliases [options] [<dir>]
155
+ Usage: lint-namespace-aliases [options] [<dir>]
156
156
157
157
Options:
158
158
159
- -h, --help Print this message.
160
- -V, --version Print the package version.
161
- --pattern pattern Pattern to match files for linting.
162
- --ignore pattern Exclusion glob pattern.
159
+ -h, --help Print this message.
160
+ -V, --version Print the package version.
161
+ --pattern pattern Pattern to match files for linting.
162
+ --ignore pattern Exclusion glob pattern.
163
163
```
164
164
165
165
</section >
Original file line number Diff line number Diff line change 1
1
2
- Usage: stdlib- lint-namespace-aliases [options] [<dir>]
2
+ Usage: lint-namespace-aliases [options] [<dir>]
3
3
4
4
Options:
5
5
6
- -h, --help Print this message.
7
- -V, --version Print the package version.
8
- --pattern pattern Pattern to match files for linting.
9
- --ignore pattern Exclusion glob pattern.
6
+ -h, --help Print this message.
7
+ -V, --version Print the package version.
8
+ --pattern pattern Pattern to match files for linting.
9
+ --ignore pattern Exclusion glob pattern.
Original file line number Diff line number Diff line change 14
14
}
15
15
],
16
16
"bin" : {
17
- "stdlib- lint-namespace-aliases" : " ./bin/cli"
17
+ "lint-namespace-aliases" : " ./bin/cli"
18
18
},
19
19
"main" : " ./lib" ,
20
20
"directories" : {
You can’t perform that action at this time.
0 commit comments