eslint-config-postman
Advanced tools
Comparing version 0.2.1-beta.1 to 0.2.1
{ | ||
"name": "eslint-config-postman", | ||
"version": "0.2.1-beta.1", | ||
"version": "0.2.1", | ||
"description": "Common ESLint rules for Postman", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/postmanlabs/eslint-config-postman/issues", |
@@ -46,3 +46,3 @@ module.exports = { | ||
'jsdoc/require-returns-description': 'off', | ||
'jsdoc/require-returns-type': 'error', | ||
'jsdoc/require-returns-type': 'off', | ||
'jsdoc/require-throws': 'off', | ||
@@ -49,0 +49,0 @@ 'jsdoc/require-yields': 'off', |
Sorry, the diff of this file is not supported yet
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
41520