From bee5547ba4c70b9d3e65651a76069c324a996817 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 19 Jun 2016 08:52:33 +0300 Subject: [PATCH] Deps bump --- .eslintrc.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index c699025..5640509 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -49,7 +49,7 @@ rules: no-cond-assign: 2 no-console: 1 no-constant-condition: 2 - no-control-regex: 2 + #no-control-regex: 2 no-debugger: 2 no-delete-var: 2 no-div-regex: 2 diff --git a/package.json b/package.json index a97f6ea..2d0abf6 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "chai": "^3.4.1", "commonmark": "~0.25.0", "coveralls": "~2.11.9", - "eslint": "~2.6.0", + "eslint": "~2.13.0", "highlight.js": "^9.2.0", "istanbul": "*", "jade": "~1.11.0",