diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2019-06-21 17:57:36 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-06-21 18:00:32 +0200 |
| commit | 2525785880cfe34181a831c51dc8ad288ec342b2 (patch) | |
| tree | 8202ea2b8bb03d0aa62e07200dd558f1e6ba7291 /package.json | |
| parent | e6b2471ce7f1069c641c75340a74a17fc7511b08 (diff) | |
[2.2.x] Bumped minimum ESLint version to 4.18.2.
Backport of ad7b438002f1ab2a0ccb321012182991737ea84e from master.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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" |
