eslint-plugin-haraka
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -10,3 +10,3 @@ module.exports = { | ||
"rules": { | ||
"comma-dangle": "only-multiline", | ||
"comma-dangle": [2, "only-multiline"], | ||
"dot-notation": 2, | ||
@@ -13,0 +13,0 @@ "indent": [2, 2, {"SwitchCase": 1}], |
{ | ||
"name": "eslint-plugin-haraka", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Eslint rules for Haraka projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3373