@clipboard-health/eslint-config
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [1.1.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.0.1...eslint-config-1.1.0) (2023-04-04) | ||
### Features | ||
* add ts:lib generator and update other projects to follow patterns set ([4d0fb40](https://github.com/ClipboardHealth/cbh-core/commit/4d0fb40790a26bab29d4f107c3b22fc9ee0fc3cb)) | ||
## [1.0.1](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.0.0...eslint-config-1.0.1) (2023-04-04) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@clipboard-health/eslint-config", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"main": "./src/index.js", | ||
@@ -13,3 +13,2 @@ "peerDependencies": { | ||
"build": "nx build eslint-config", | ||
"clean": "nx clean eslint-config", | ||
"lint": "nx lint eslint-config", | ||
@@ -16,0 +15,0 @@ "test": "nx test eslint-config" |
31941