@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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- @generated by markupwright v0.1.2 -- do not edit by hand. Edit the source template and run `markupwright`. -->
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, pnpm, and Markupwright.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wowlab/eslint-config",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Composable ESLint flat configs for JavaScript and TypeScript",
5
5
  "license": "MIT",
6
6
  "type": "module",