@clipboard-health/eslint-config 1.0.0 → 1.1.0
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 +9 -0
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.1.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.0.1...eslint-config-1.1.0) (2023-04-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add ts:lib generator and update other projects to follow patterns set ([4d0fb40](https://github.com/ClipboardHealth/cbh-core/commit/4d0fb40790a26bab29d4f107c3b22fc9ee0fc3cb))
|
|
11
|
+
|
|
12
|
+
## [1.0.1](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.0.0...eslint-config-1.0.1) (2023-04-04)
|
|
13
|
+
|
|
5
14
|
## [1.0.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-0.1.0...eslint-config-1.0.0) (2023-04-04)
|
|
6
15
|
|
|
7
16
|
## [0.1.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-0.0.2...eslint-config-0.1.0) (2023-04-04)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clipboard-health/eslint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@typescript-eslint/eslint-plugin": ">= 5",
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "nx build eslint-config",
|
|
13
|
-
"clean": "nx clean eslint-config",
|
|
14
13
|
"lint": "nx lint eslint-config",
|
|
15
14
|
"test": "nx test eslint-config"
|
|
16
15
|
},
|