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 27.0.0 to 27.0.1

16

package.json
{
"name": "@zendeskgarden/eslint-config",
"version": "27.0.0",
"version": "27.0.1",
"description": "Garden ESLint config",

@@ -30,7 +30,7 @@ "license": "Apache-2.0",

"devDependencies": {
"@babel/eslint-parser": "7.16.5",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"eslint": "8.5.0",
"eslint-plugin-jest": "25.3.2",
"@babel/eslint-parser": "7.17.0",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"eslint": "8.9.0",
"eslint-plugin-jest": "26.1.0",
"eslint-plugin-jsx-a11y": "6.5.1",

@@ -42,7 +42,7 @@ "eslint-plugin-node": "11.1.0",

"husky": "7.0.4",
"jest": "27.4.5",
"jest": "27.5.1",
"prettier-package-json": "2.6.0",
"react": "17.0.2",
"standard-version": "9.3.2",
"typescript": "4.5.4"
"typescript": "4.5.5"
},

@@ -49,0 +49,0 @@ "keywords": [

@@ -22,2 +22,4 @@ /**

'jest/no-conditional-expect': 0,
// disallow conditionals in test
'jest/no-conditional-in-test': 0,
// disallow use of deprecated functions

@@ -39,4 +41,2 @@ 'jest/no-deprecated-functions': 2,

'jest/no-identical-title': 2,
// disallow conditional logic
'jest/no-if': 0,
// disallow string interpolation inside snapshots

@@ -70,2 +70,4 @@ 'jest/no-interpolation-in-snapshots': 2,

'jest/prefer-lowercase-title': [1, { ignore: ['describe'] }],
// suggest having a hint for snapshots
'jest/prefer-snapshot-hint': 1,
// suggest using `jest.spyOn()`

@@ -72,0 +74,0 @@ 'jest/prefer-spy-on': 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