Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

--print-config flag #4744

Merged
merged 10 commits into from Jun 3, 2019
Merged

--print-config flag #4744

merged 10 commits into from Jun 3, 2019

Commits on May 25, 2019

  1. Moved file-related functions from runner.ts to src/files/ or src/util…

    …s.ts
    
    src/runner.ts is getting pretty overcrowded; it was getting hard to reason about where things belonged in it.
    Josh Goldberg committed May 25, 2019
    Copy the full SHA
    5de07d2 View commit details
    Browse the repository at this point in the history
  2. Added --print-config option

    Relies on some slightly manual stringification of members of the config files.
    Josh Goldberg committed May 25, 2019
    Copy the full SHA
    eabf538 View commit details
    Browse the repository at this point in the history
  3. Added preliminary tests for exit code

    Haven't figured out yet how to test the real output :(
    Josh Goldberg committed May 25, 2019
    Copy the full SHA
    23bce6c View commit details
    Browse the repository at this point in the history
  4. Updated docs

    Josh Goldberg committed May 25, 2019
    Copy the full SHA
    35d142d View commit details
    Browse the repository at this point in the history
  5. Switched config stringification indentation to 2

    Matches ESLint's.
    Josh Goldberg committed May 25, 2019
    Copy the full SHA
    40404cc View commit details
    Browse the repository at this point in the history
  6. Fixed lint complaints

    Josh Goldberg committed May 25, 2019
    Copy the full SHA
    472c23f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'print-config' of https://github.com/joshuakgoldberg/tslint

     into print-config
    Josh Goldberg committed May 25, 2019
    Copy the full SHA
    83f6fe7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Copy the full SHA
    1b1feb4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into print-config

    Josh Goldberg committed Jun 1, 2019
    Copy the full SHA
    36ccdfc View commit details
    Browse the repository at this point in the history
  3. Lint, Prettier fixups

    Josh Goldberg committed Jun 1, 2019
    Copy the full SHA
    d57909d View commit details
    Browse the repository at this point in the history