antonsamper/gulp-webpack-boilerplate

Change comment structure

Closed this issue · 1 comments

Change the comment structure to follow this pattern:

/**
   * Checks that the properties in the seed are also in the component schema,
   * otherwise they will be removed. This will ensure that there are no random
   * properties in the templates.
   *
   * @param {Array}  seed   An array of components with properties
   * @param {Object} schema An object describing the component properties
   */

not necessary at the moment