@kitschpatrol/remark-config 4.3.1 → 4.3.3
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 +40 -43
- package/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -30,7 +30,7 @@ To use just this Remark config in isolation:
|
|
|
30
30
|
|
|
31
31
|
## Usage
|
|
32
32
|
|
|
33
|
-
The Remark binary should be picked up automatically by
|
|
33
|
+
The Remark binary should be picked up automatically by VS Code plugins.
|
|
34
34
|
|
|
35
35
|
You can call it directly, but it's recommended to use the script bundled with the shared config to invoke the remark lint rules through `eslint`.
|
|
36
36
|
|