summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2019-06-21 17:57:36 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-06-21 18:04:44 +0200
commit20968e3eaee8977da3003e18f09acc3741567814 (patch)
tree5be386ed161fcc4a463d18ab99d8cb1d410e9c68 /package.json
parentd58f8e4235001a1673bf62bfe3e397fc9bbb41b4 (diff)
[2.1.x] Bumped minimum ESLint version to 4.18.2.
Backport of ad7b438002f1ab2a0ccb321012182991737ea84e from master.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 77a47a8747..8a3853ff9f 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
- "eslint": "^0.22.1",
+ "eslint": "^4.18.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-qunit": "^1.2.0"