@kitschpatrol/eslint-config 4.7.1 → 4.7.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/eslint-config",
3
- "version": "4.7.1",
3
+ "version": "4.7.2",
4
4
  "type": "module",
5
5
  "description": "ESLint configuration for @kitschpatrol/shared-config.",
6
6
  "repository": {
package/readme.md CHANGED
@@ -76,14 +76,14 @@ Usage:
76
76
  eslint-config [<file|glob> ...]
77
77
  ```
78
78
 
79
- | Option | Alias | Argument | Description |
80
- | ---------------- | ----- | -------- | ---------------------------------------------------------------- |
81
- | `--check` | `-c` | | Check for and report issues. Same as eslint-config. |
82
- | `--fix` | `-f` | | Fix all auto-fixable issues, and report the un-fixable. |
83
- | `--init` | `-i` | | Initialize by copying starter config files to your project root. |
84
- | `--print-config` | `-p` | `<path>` | Print the effective configuration at a certain path. |
85
- | `--help` | `-h` | | Print this help info. |
86
- | `--version` | `-v` | | Print the package version. |
79
+ | Option | Argument | Description |
80
+ | ------------------------ | -------- | ---------------------------------------------------------------- |
81
+ | `--check`<br>`-c` | | Check for and report issues. Same as eslint-config. |
82
+ | `--fix`<br>`-f` | | Fix all auto-fixable issues, and report the un-fixable. |
83
+ | `--init`<br>`-i` | | Initialize by copying starter config files to your project root. |
84
+ | `--print-config`<br>`-p` | `<path>` | Print the effective configuration at a certain path. |
85
+ | `--help`<br>`-h` | | Print this help info. |
86
+ | `--version`<br>`-v` | | Print the package version. |
87
87
 
88
88
  <!-- /cli-help -->
89
89