Commits on Source 2

  • Anthon Holmqvist's avatar
    feat: add first working prototype · 3691ebca
    Anthon Holmqvist authored
    the prototype will find all vue components with an
    <htmlvalidate> block and output content as htmlvalidate rules
    for each component.
    
    currently there is not many checks and the code expects a
    few things to exist for it to work.
    
    the component name/rule name will be determined in the following order;
    name property in the component, followed by the filename. if nothing
    is found it will use a default NameNotFound name.
    
    rule content is currently only validated that it is a valid JSON.
    3691ebca
  • Anthon Holmqvist's avatar
    chore(release): 0.4.3 · 87b27683
    Anthon Holmqvist authored
    87b27683
Loading
Loading