Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Option to disable when no .htmlhintrc file is found #172

Merged
merged 6 commits into from
Aug 29, 2018
Merged

Option to disable when no .htmlhintrc file is found #172

merged 6 commits into from
Aug 29, 2018

Commits on Dec 29, 2017

  1. Configuration menu
    Copy the full SHA
    a0eced1 View commit details
    Browse the repository at this point in the history
  2. Add config watcher for no .htmlhintrc, don't lint without config

    Add a configuration watcher for the new disableWhenNoHtmhintConfig
    options (same as in linter-eslint). And prevent the linter from doing
    anything if no ruleset is found and the disableWhenNoHtmlhintConfig is
    set to `true`.
    
    Also added top level divider comments to lib/index.js, similar to
    src/main.js over at linter-eslint.
    ericcornelissen committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    e108c22 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

  1. Add unit tests for disable option

    Added two unit tests for the new 'disable when no .htmlhintrc file is
    found' options. One to see if a default configuration is used when no
    .htmlhintrc file is present and the option IS NOT set, and one to see if
    the file is not linted if the option IS set.
    ericcornelissen committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    d4355d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Configuration menu
    Copy the full SHA
    8c47790 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Fix Htmhint typo

    ericcornelissen committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    999b56e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    1f6ffc6 View commit details
    Browse the repository at this point in the history