@ofk/eslint-config 0.0.2 → 0.0.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.md CHANGED
@@ -6,6 +6,12 @@
6
6
 
7
7
  ```sh
8
8
  npm install --save-dev @ofk/eslint-config
9
+ npm install --save-dev $(npm info @ofk/eslint-config peerDependencies --json | jq -r 'to_entries | map("\(.key)@\(.value)") | join(" ")')
10
+ ```
11
+
12
+ or
13
+
14
+ ```sh
9
15
  npx install-peerdeps --dev @ofk/eslint-config
10
16
  ```
11
17
 
@@ -18,7 +24,7 @@ import config from '@ofk/eslint-config';
18
24
  export default config();
19
25
  ```
20
26
 
21
- Customization is possible.
27
+ You can customize it. For example:
22
28
 
23
29
  ```js
24
30
  import config from '@ofk/eslint-config';