eslint-config-postman
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "eslint-config-postman", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Common ESLint rules for Postman", | ||
@@ -18,5 +18,8 @@ "bugs": "https://github.com/postmanlabs/eslint-config-postman/issues", | ||
"homepage": "https://github.com/postmanlabs/eslint-config-postman#readme", | ||
"scripts": { | ||
"update-rules": "node scripts/update-rules.js" | ||
}, | ||
"dependencies": { | ||
"@rushstack/eslint-patch": "1.1.0", | ||
"eslint": "8.2.0", | ||
"eslint": "8.3.0", | ||
"eslint-plugin-jsdoc": "37.0.3", | ||
@@ -23,0 +26,0 @@ "eslint-plugin-lodash": "7.3.0", |
module.exports = { | ||
plugins: ['mocha'], | ||
env: { mocha: true }, | ||
rules: { | ||
@@ -4,0 +5,0 @@ 'mocha/handle-done-callback': 'error', |
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
37602
693
+ Addedeslint@8.3.0(transitive)
+ Addedeslint-scope@7.2.2(transitive)
- Removedeslint@8.2.0(transitive)
- Removedeslint-scope@6.0.0(transitive)
Updatedeslint@8.3.0