@kitschpatrol/eslint-config 6.1.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +7 -5
- package/dist/index.d.ts +2973 -915
- package/dist/index.js +1 -1
- package/package.json +14 -18
- package/readme.md +3 -5
package/readme.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<!--+ Warning: Content inside HTML comment blocks was generated by mdat and may be overwritten. +-->
|
|
2
|
-
|
|
3
1
|
<!-- title -->
|
|
4
2
|
|
|
5
3
|
# @kitschpatrol/eslint-config
|
|
@@ -172,9 +170,9 @@ Usage:
|
|
|
172
170
|
ksc-eslint print-config [file]
|
|
173
171
|
```
|
|
174
172
|
|
|
175
|
-
| Positional Argument | Description
|
|
176
|
-
| ------------------- |
|
|
177
|
-
| `file` | File or glob pattern to
|
|
173
|
+
| Positional Argument | Description | Type |
|
|
174
|
+
| ------------------- | ------------------------------------------------ | -------- |
|
|
175
|
+
| `file` | File or glob pattern to print configuration for. | `string` |
|
|
178
176
|
|
|
179
177
|
| Option | Description | Type |
|
|
180
178
|
| ------------------- | ------------------- | --------- |
|