@clipboard-health/eslint-config 3.0.9 → 3.0.10

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.10](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-3.0.9...eslint-config-3.0.10) (2023-07-10)
6
+
5
7
  ## [3.0.9](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-3.0.8...eslint-config-3.0.9) (2023-07-07)
6
8
 
7
9
  ## [3.0.8](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-3.0.7...eslint-config-3.0.8) (2023-07-05)
package/README.md CHANGED
@@ -6,7 +6,7 @@ Shared [ESLint](https://eslint.org/) configuration.
6
6
 
7
7
  - [Install](#install)
8
8
  - [Usage](#usage)
9
- - [Local development commands](#local-development-commands)
9
+ - [Local development commands](#local-development-commands)
10
10
 
11
11
  ## Install
12
12
 
@@ -40,6 +40,6 @@ module.exports = {
40
40
 
41
41
  ## Usage
42
42
 
43
- ### Local development commands
43
+ ## Local development commands
44
44
 
45
45
  See [`package.json`](./package.json) `scripts` for a list of commands.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/eslint-config",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "main": "./src/index.js",
5
5
  "scripts": {
6
6
  "build": "nx build eslint-config",