eslint-plugin-jsdoc
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -7,2 +7,6 @@ 'use strict'; | ||
var _trimLeft = require('lodash/string/trimLeft'); | ||
var _trimLeft2 = _interopRequireDefault(_trimLeft); | ||
var _includes = require('lodash/collection/includes'); | ||
@@ -57,3 +61,3 @@ | ||
if (!description) { | ||
return true; | ||
return false; | ||
} | ||
@@ -108,2 +112,4 @@ | ||
description = (0, _trimLeft2.default)(description, '- '); | ||
return validateDescription(description, report); | ||
@@ -110,0 +116,0 @@ }); |
{ | ||
"name": "eslint-plugin-jsdoc", | ||
"description": "JSDoc linting rules for ESLint.", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"main": "./dist/index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
71381
594