@hellomouse/eslint-config
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -49,2 +49,5 @@ module.exports = { | ||
// allow while (true) | ||
'no-constant-condition': ['error', { checkLoops: false }], | ||
// descriptions on params and return is often redundant | ||
@@ -51,0 +54,0 @@ // for example: |
{ | ||
"name": "@hellomouse/eslint-config", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"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
4439
69