@clipboard-health/eslint-config
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [1.8.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.7.0...eslint-config-1.8.0) (2023-04-24) | ||
### Features | ||
* add `MessageConsumer` class ([#27](https://github.com/ClipboardHealth/cbh-core/issues/27)) ([91ccd76](https://github.com/ClipboardHealth/cbh-core/commit/91ccd766fcb0607d44ead7eefb6546159ba64fed)) | ||
## [1.7.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.6.0...eslint-config-1.7.0) (2023-04-24) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@clipboard-health/eslint-config", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -11,5 +11,9 @@ declare const _extends: string[]; | ||
"@typescript-eslint/naming-convention": string; | ||
"@typescript-eslint/no-unsafe-assignment": string; | ||
"@typescript-eslint/no-unsafe-call": string; | ||
"import/order": string; | ||
"no-only-tests/no-only-tests": string; | ||
"simple-import-sort/imports": string; | ||
"simple-import-sort/exports": string; | ||
}; | ||
//# sourceMappingURL=xo.d.ts.map |
@@ -12,6 +12,10 @@ "use strict"; | ||
"@typescript-eslint/naming-convention": "off", | ||
"@typescript-eslint/no-unsafe-assignment": "off", | ||
"@typescript-eslint/no-unsafe-call": "off", | ||
"import/order": "off", | ||
"no-only-tests/no-only-tests": "error", | ||
"simple-import-sort/imports": "warn", | ||
"simple-import-sort/exports": "warn", | ||
}, | ||
}; | ||
//# sourceMappingURL=xo.js.map |
Sorry, the diff of this file is not supported yet
36612
572