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
176
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 10.2.1 to 10.3.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [10.3.0](https://github.com/contentful/eslint-config-backend/compare/v10.2.1...v10.3.0) (2024-02-07)
### Features
* [MEC-505] - migrate to GH packages ([e4b409a](https://github.com/contentful/eslint-config-backend/commit/e4b409a3c605afb8fa0fb40afbd54468c910faec))
## [10.2.1](https://github.com/contentful/eslint-config-backend/compare/v10.2.0...v10.2.1) (2023-01-24)

@@ -2,0 +9,0 @@

1

index.js

@@ -11,2 +11,3 @@ /* eslint-disable quotes, quote-props */

"rules": {
"no-multi-assign": "warn",
"array-bracket-spacing": [2, "never"],

@@ -13,0 +14,0 @@ "semi": [2, "always"],

16

package.json
{
"name": "@contentful/eslint-config-backend",
"version": "10.2.1",
"version": "10.3.0",
"main": "index.js",

@@ -21,3 +21,3 @@ "keywords": [

"dependencies": {
"eslint-config-standard": "^17.0.0"
"eslint-config-standard": "^17.1.0"
},

@@ -31,12 +31,12 @@ "peerDependencies": {

"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-mocha": "^10.1.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^45.0.2",
"semantic-release": "^20.0.3"
"eslint-plugin-unicorn": "^47.0.0",
"semantic-release": "^21.1.1"
}
}

@@ -15,6 +15,8 @@ *You can find this repo on NPM and you should use NPM to install it.

module.exports = {
extends: '@contentful/backend'
extends: '@contentful/eslint-config-backend'
};
```
Note that also the notation `@contentful/backend` is supported by eslint as it will [automatically add the prefix](https://eslint.org/docs/latest/use/configure/configuration-files#extending-configuration-files) `eslint-config-`. However, we recommend the explicit notation to avoid confusion and make it easier to look up its usage across projects.
## Optionally if you're using mocha add this file to your test directory `test/.eslintrc.js`

@@ -21,0 +23,0 @@ ```js

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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