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

fix: import-name options bugs and documentation #882

Closed
wants to merge 3 commits into from

Commits on Jul 19, 2019

  1. Fix import-name options indexing off-by-one

    The options begin at index 0. The previous developer might have gotten
    it mixed up with initial `true` in the config array which controls
    `ruleSeverity`, not `ruleArguments`.
    dosentmatter committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    090be13 View commit details
    Browse the repository at this point in the history
  2. Update import-name README.md

    Add documentation and examples of all the `import-name` options.
    dosentmatter committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    b26592e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Make import-name camelCase begin with lowercase

    `camelCase` currently allows the first letter to be uppercase by
    enforcing that it matches the casing of the file name first letter.
    Enforce the first letter to be lowercase.
    dosentmatter committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    5e29832 View commit details
    Browse the repository at this point in the history