@clipboard-health/eslint-config
Advanced tools
Comparing version 1.8.2 to 2.0.0
@@ -5,2 +5,13 @@ # Changelog | ||
## [2.0.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.8.2...eslint-config-2.0.0) (2023-04-25) | ||
### ⚠ BREAKING CHANGES | ||
* eslint-config v1 | ||
### Features | ||
* eslint-config v1 ([b27d600](https://github.com/ClipboardHealth/cbh-core/commit/b27d600fe3be687c5ca03cd337cdc592b698fbd9)) | ||
## [1.8.2](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.8.1...eslint-config-1.8.2) (2023-04-24) | ||
@@ -7,0 +18,0 @@ |
{ | ||
"name": "@clipboard-health/eslint-config", | ||
"version": "1.8.2", | ||
"version": "2.0.0", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -17,2 +17,3 @@ declare const _extends: string[]; | ||
"import/order": string; | ||
"no-alert": string; | ||
"no-only-tests/no-only-tests": string; | ||
@@ -19,0 +20,0 @@ "simple-import-sort/imports": string; |
@@ -16,2 +16,3 @@ "use strict"; | ||
"import/order": "off", | ||
"no-alert": "warn", | ||
"no-only-tests/no-only-tests": "error", | ||
@@ -18,0 +19,0 @@ "simple-import-sort/imports": "warn", |
Sorry, the diff of this file is not supported yet
37785
578