Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate issues #218

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jun 27, 2019

  1. temporarily disabled grunt-casper

    ### REASON
    npm install fails on grunt-casper becauseof slimmerjs
    see iamchrismiller/grunt-casper#78
    
    ### TODO
    I do not yet understand the intent of test-case that uses casper,
    so i'll rewrite test-case later with reference to old
    kyungilpark committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    634982f View commit details
    Browse the repository at this point in the history
  2. npm audit fix --force

    ### REASON
    vulnerability issue (es-analysis#216)
    kyungilpark committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    daa083c View commit details
    Browse the repository at this point in the history
  3. Bumping up typhonjs-escomplex to 0.1.0

    ### REASON
    solve several es6 issues (es-analysis#214)
    kyungilpark committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    5baa923 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Bumping up eslint to latest and changing Linter to CLIEngine

    ### REASON
    solve several eslint issues (es-analysis#166, es-analysis#211)
    kyungilpark committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    fb8e298 View commit details
    Browse the repository at this point in the history
  2. Bumping up jshint to latest

    ### REASON
    support `async/await` keywords (es-analysis#217)
    see jshint/jshint#3273 (comment)
    kyungilpark committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    7c7a112 View commit details
    Browse the repository at this point in the history
  3. fix unexpected eslint error with eol-last rule

    cherry-pick and squash of es-analysis#200 by @JSlain
    - Fix Issue es-analysis#198
    - Fix test
    JSlain authored and kyungilpark committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    2c2e09c View commit details
    Browse the repository at this point in the history
  4. improve logger to call proper console api

    solved es-analysis#185 (redirecting stderr in shell)
    kyungilpark committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    2a06276 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e103408 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    597c9a6 View commit details
    Browse the repository at this point in the history
  2. fix problem of not loading jshintrc file when not supplied options.

    - cherry-pick of es-analysis#187 by @sassy
    - solved es-analysis#182
    - added test-case for es-analysis#182
    sassy authored and kyungilpark committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    cdc5d5d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. fix travis-ci failed

    - cherry-pick of es-analysis#219 by @SSANSH
    - Fix mkdir if folder exist
    - Bumping up node to 10.16.0
    SSANSH authored and kyungilpark committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    4f48f7e View commit details
    Browse the repository at this point in the history