Skip to content

Commit

Permalink
fix: eslint missing return doclet
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOGo committed May 29, 2020
1 parent 5d5f6e7 commit 437f671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ const ruleFunction = (properties, options, context = {}) => (root, result) => {
* @param {object} node - A Declaration-Node from PostCSS AST-Parser.
* @param {string} [longhandProp] - A Declaration-Node from PostCSS AST-Parser.
* @param {string} [longhandValue] - A Declaration-Node from PostCSS AST-Parser.
*
* @returns {boolean} Returns `true` if invalid declaration found, else `false`.
*/
function lintDeclStrictValue(node, longhandProp, longhandValue) {
const { value: nodeValue, prop: nodeProp } = node
Expand Down

0 comments on commit 437f671

Please sign in to comment.