Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clipboard-health/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipboard-health/eslint-config - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

7

CHANGELOG.md

@@ -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 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc