@hellomouse/eslint-config
Advanced tools
Comparing version 1.1.0 to 1.1.1
12
index.js
@@ -48,3 +48,13 @@ module.exports = { | ||
'require-jsdoc': 'off' | ||
} | ||
}, | ||
settings: { | ||
jsdoc: { | ||
tagNamePreference: { | ||
// keep the ones currently in use | ||
returns: { replacement: 'return' }, | ||
yields: { replacement: 'yield' }, | ||
augments: { replacement: 'extends' } | ||
} | ||
} | ||
} | ||
}; |
{ | ||
"name": "@hellomouse/eslint-config", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Official ESLint config for Hellomouse, based off of Google's config", | ||
@@ -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
3686
50