@clipboard-health/eslint-config 2.1.0 → 2.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.
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
+ ## [2.1.1](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-2.1.0...eslint-config-2.1.1) (2023-04-26)
6
+
5
7
  ## [2.1.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-2.0.0...eslint-config-2.1.0) (2023-04-26)
6
8
 
7
9
 
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @clipboard-health/eslint-config
2
2
 
3
- Clipboard Health's [ESLint](https://eslint.org/) configuration.
3
+ Shared [ESLint](https://eslint.org/) configuration.
4
4
 
5
5
  ## Table of Contents
6
6
 
7
7
  - [Usage](#usage)
8
- - [Common commands](#common-commands)
8
+ - [Local development commands](#local-development-commands)
9
9
 
10
10
  ## Usage
11
11
 
12
- ### Common commands
12
+ ### Local development commands
13
13
 
14
- **Note**: See `package.json` `scripts` for a full list of commands.
14
+ See [`package.json`](./package.json) `scripts` for a complete list of commands.
15
15
 
16
16
  ```bash
17
17
  # Build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/eslint-config",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "main": "./src/index.js",
5
5
  "scripts": {
6
6
  "build": "nx build eslint-config",