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 1.8.2 to 2.0.0

11

CHANGELOG.md

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

2

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

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