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

Configuration code style #56

Merged
merged 4 commits into from
Nov 20, 2018
Merged

Configuration code style #56

merged 4 commits into from
Nov 20, 2018

Commits on Nov 20, 2018

  1. lint: linting rules for JS files

    Let tslint check our JS (configuration) files in the project root, too.
    With the release of palantir/tslint#3641 (I
    subscribed) the manual [prototypical] re-specification of `jsRules` will
    hopefully be obsolte soon.
    wiese committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    6e0b712 View commit details
    Browse the repository at this point in the history
  2. lint: apply linting to JS files, too

    Apply rules defined for JS files.
    wiese committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    d333af2 View commit details
    Browse the repository at this point in the history
  3. lint: consistently indent JSON files with 2 spaces

    Consistently indent JSON files. This goes against the tab indentation we
    do for program files but allows for configuration files modified by
    programs (e.g. npm using JSON.stringify() for package.json) to stay
    consistent in the long run.
    wiese committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    6686ab0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efecc92 View commit details
    Browse the repository at this point in the history