@xylabs/eslint-config-react-flat 7.7.2 → 7.7.4

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.body.md CHANGED
@@ -1,9 +1,29 @@
1
1
  ## Install
2
2
 
3
+ Using npm:
4
+
5
+ ```sh
6
+ npm install -D {{name}}
7
+ ```
8
+
9
+ Using yarn:
10
+
3
11
  ```sh
4
12
  yarn add -D {{name}}
5
13
  ```
6
14
 
15
+ Using pnpm:
16
+
17
+ ```sh
18
+ pnpm add -D {{name}}
19
+ ```
20
+
21
+ Using bun:
22
+
23
+ ```sh
24
+ bun add -D {{name}}
25
+ ```
26
+
7
27
  ## Usage
8
28
 
9
29
  Use this config in your `eslint.config.mjs`:
package/README.md CHANGED
@@ -9,10 +9,24 @@
9
9
 
10
10
  ## Install
11
11
 
12
+ Using npm:
13
+
14
+ ```sh
15
+ npm install -D {{name}}
16
+ ```
17
+
18
+ Using yarn:
19
+
12
20
  ```sh
13
21
  yarn add -D {{name}}
14
22
  ```
15
23
 
24
+ Using pnpm:
25
+
26
+ ```sh
27
+ pnpm add -D {{name}}
28
+ ```
29
+
16
30
  ## Usage
17
31
 
18
32
  Use this config in your `eslint.config.mjs`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/eslint-config-react-flat",
3
- "version": "7.7.2",
3
+ "version": "7.7.4",
4
4
  "description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
5
5
  "keywords": [
6
6
  "xylabs",