@zendeskgarden/eslint-config
Advanced tools
Comparing version 27.0.0 to 27.0.1
{ | ||
"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, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78319
1466