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

@zendeskgarden/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendeskgarden/eslint-config - npm Package Compare versions

Comparing version 8.0.0 to 9.0.0

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

## [9.0.0](https://github.com/zendeskgarden/eslint-config/compare/v8.0.0...v9.0.0) (2019-09-03)
### ⚠ BREAKING CHANGES
* **deps:** add new `reportUnusedDisableDirectives` configuration setting (warns if detected)
* **deps:** update dependency eslint to v6.3.0 ([#73](https://github.com/zendeskgarden/eslint-config/issues/73)) ([b985a80](https://github.com/zendeskgarden/eslint-config/commit/b985a80))
## [8.0.0](https://github.com/zendeskgarden/eslint-config/compare/v7.2.2...v8.0.0) (2019-08-21)

@@ -7,0 +16,0 @@

3

index.js

@@ -31,3 +31,4 @@ /**

}
}
},
reportUnusedDisableDirectives: true
};

@@ -11,3 +11,3 @@ {

},
"version": "8.0.0",
"version": "9.0.0",
"main": "index.js",

@@ -26,9 +26,9 @@ "files": [

"babel-eslint": "^10.0.0",
"eslint": "^6.2.0"
"eslint": "^6.3.0"
},
"devDependencies": {
"babel-eslint": "10.0.2",
"eslint": "6.2.1",
"eslint-plugin-notice": "0.8.8",
"husky": "3.0.4",
"babel-eslint": "10.0.3",
"eslint": "6.3.0",
"eslint-plugin-notice": "0.8.9",
"husky": "3.0.5",
"prettier-package-json": "2.1.0",

@@ -35,0 +35,0 @@ "standard-version": "7.0.0"

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