@clipboard-health/eslint-config 3.0.1 → 3.0.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [3.0.2](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-3.0.1...eslint-config-3.0.2) (2023-05-24)
6
+
5
7
  ## [3.0.1](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-3.0.0...eslint-config-3.0.1) (2023-05-22)
6
8
 
7
9
  ## [3.0.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-2.4.14...eslint-config-3.0.0) (2023-05-20)
package/README.md CHANGED
@@ -4,12 +4,11 @@ Shared [ESLint](https://eslint.org/) configuration.
4
4
 
5
5
  ## Table of Contents
6
6
 
7
+ - [Install](#install)
7
8
  - [Usage](#usage)
8
9
  - [Local development commands](#local-development-commands)
9
10
 
10
- ## Usage
11
-
12
- To include it in your project:
11
+ ## Install
13
12
 
14
13
  ```bash
15
14
  npm install -D @clipboard-health/eslint-config
@@ -27,6 +26,8 @@ module.exports = {
27
26
  };
28
27
  ```
29
28
 
29
+ ## Usage
30
+
30
31
  ### Local development commands
31
32
 
32
33
  See [`package.json`](./package.json) `scripts` for a complete list of commands.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/eslint-config",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "main": "./src/index.js",
5
5
  "scripts": {
6
6
  "build": "nx build eslint-config",