@wowlab/eslint-config 0.1.0 → 0.1.1
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/README.md +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- @generated by markupwright v0.1.
|
|
1
|
+
<!-- @generated by markupwright v0.1.3 -- do not edit by hand. Edit the source template and run `markupwright`. -->
|
|
2
2
|
|
|
3
3
|
# ESLint Config
|
|
4
4
|
|
|
@@ -51,10 +51,9 @@ Presets return ordinary flat-config arrays and work alongside configs from other
|
|
|
51
51
|
|
|
52
52
|
## Development
|
|
53
53
|
|
|
54
|
-
Development requires Node.js 22.13 or newer, Deno 2,
|
|
54
|
+
Development requires Node.js 22.13 or newer, Deno 2, and pnpm.
|
|
55
55
|
|
|
56
56
|
```console
|
|
57
|
-
cargo install markupwright --locked
|
|
58
57
|
corepack enable
|
|
59
58
|
pnpm install
|
|
60
59
|
pnpm check
|