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

@contentful/eslint-config-backend

Package Overview
Dependencies
Maintainers
118
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/eslint-config-backend - npm Package Compare versions

Comparing version 9.0.0 to 10.0.0

.circleci/config.yml

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [10.0.0](https://github.com/contentful/eslint-config-backend/compare/v9.0.0...v10.0.0) (2022-02-02)
### Features
* update to eslint 8 ([1412fdf](https://github.com/contentful/eslint-config-backend/commit/1412fdf43da5fc183dce59cb01568c74315e50a1))
### BREAKING CHANGES
* This version updates the necessary peer dependencies in order to support ESLint 8.
# Change Log

@@ -2,0 +14,0 @@ All notable changes to this project will be documented in this file.

54

package.json
{
"name": "@contentful/eslint-config-backend",
"version": "9.0.0",
"version": "10.0.0",
"main": "index.js",
"author": {
"name": "Stephan Schneider <stephan.schneider@contentful.com>"
"keywords": [
"eslint",
"config"
],
"repository": {
"type": "git",
"url": "git@github.com:contentful/eslint-config-backend.git"
},
"author": "Contentful GmbH.",
"license": "UNLICENSED",
"description": "ESLint rule-set according to our company code-style guidelines",
"scripts": {
"release": "semantic-release",
"test": "cd example && npm install && npm run lint"
},
"dependencies": {
"eslint-config-standard": "^16.0.3"
"eslint-config-standard": "^17.0.0-1"
},
"repository": {
"url": "https://github.com/contentful/eslint-config-backend.git"
"peerDependencies": {
"eslint": ">=8.8.0",
"eslint-plugin-mocha": ">=10.0.3",
"eslint-plugin-promise": ">=6.0.0",
"eslint-plugin-unicorn": ">=40.1.0"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^9.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"eslint": "^8.8.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-unicorn": "^34.0.1"
},
"peerDependencies": {
"eslint": ">=7.30.0",
"eslint-plugin-mocha": ">=9.0.0",
"eslint-plugin-promise": ">=5.1.0",
"eslint-plugin-unicorn": ">=34.0.0"
},
"description": "ESLint rule-set according to our company code-style guidelines",
"keywords": [
"eslint",
"config"
],
"license": "ISC"
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^40.1.0",
"semantic-release": "^19.0.2"
}
}
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