From 8640b2d2c41620b130d2d79884192a4872736c0a Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 7 Mar 2020 19:27:08 -0500 Subject: [PATCH] build: eslint@6.8.0 --- .travis.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34da870..21f9908 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ before_install: # Setup Node.js version-specific dependencies - | # eslint for linting - # - remove on Node.js < 6 - if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -lt 6 ]]; then + # - remove on Node.js < 8 + if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -lt 8 ]]; then npm rm --slient --save-dev eslint eslint-plugin-markdown fi - | diff --git a/package.json b/package.json index 8c78087..2e8ec89 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "walk": "2.3.14" }, "devDependencies": { - "eslint": "5.16.0", + "eslint": "6.8.0", "eslint-plugin-markdown": "1.0.1", "mocha": "7.0.1", "nyc": "15.0.0",