Package ro.isdc.wro.extensions.processor.support.linter

Examples of ro.isdc.wro.extensions.processor.support.linter.JsHint


  /**
   * {@inheritDoc}
   */
  @Override
  protected AbstractLinter newLinter() {
    return new JsHint();
  }
View Full Code Here


   *
   * @param options The lint options. Required.
   * @return A new JsHint processor.
   */
  public static ResourcePreProcessor jsHint(final LintOptions options) {
    return new LinterProcessor(new JsHint(), options);
  }
View Full Code Here

TOP

Related Classes of ro.isdc.wro.extensions.processor.support.linter.JsHint

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.