@clipboard-health/eslint-config
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -5,2 +5,9 @@ # Changelog | ||
## [2.2.2](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-2.2.1...eslint-config-2.2.2) (2023-04-28) | ||
### Bug Fixes | ||
* enable @typescript-eslint/consistent-type-imports ([2937f19](https://github.com/ClipboardHealth/cbh-core/commit/2937f19d51306374d5fa4f7bbdda8f5a74857896)) | ||
## [2.2.1](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-2.2.0...eslint-config-2.2.1) (2023-04-28) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@clipboard-health/eslint-config", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -11,3 +11,2 @@ declare const _extends: string[]; | ||
"@typescript-eslint/naming-convention": string; | ||
"@typescript-eslint/consistent-type-imports": string; | ||
"@typescript-eslint/no-unused-vars": (string | { | ||
@@ -14,0 +13,0 @@ argsIgnorePattern: string; |
@@ -21,3 +21,2 @@ "use strict"; | ||
"@typescript-eslint/naming-convention": "off", | ||
"@typescript-eslint/consistent-type-imports": "off", | ||
"@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_" }], | ||
@@ -24,0 +23,0 @@ "capitalized-comments": "off", |
Sorry, the diff of this file is not supported yet
41359
616