Skip to content

Commit

Permalink
fix error related to ESLint's rule
Browse files Browse the repository at this point in the history
  • Loading branch information
thebedigupta committed Oct 14, 2024
1 parent 8451cc4 commit e4afaa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/nunjucks-filters/src/customFilters.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ function docline(field, fieldName, scopePropName) {
return `* @param {${type}} ${paramName}${defaultValue}`;
};


const buildLine = (f, fName, pName) => {
const type = getType(f);
const def = getDefault(f, type);
Expand Down

0 comments on commit e4afaa6

Please sign in to comment.