diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-05-10 12:06:37 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-06-11 10:39:51 +0300 |
commit | f80ae67c53c0a4bfc95741ed39d7f9e498eaf02b (patch) | |
tree | 0499a584312648dabec36e3803b0ed5354146def /package.json | |
parent | 019c8f1f41de8696b2b90c43648fe339efdb6a02 (diff) | |
download | jquery-f80ae67c53c0a4bfc95741ed39d7f9e498eaf02b.tar.gz jquery-f80ae67c53c0a4bfc95741ed39d7f9e498eaf02b.zip |
Build: Switch from jscs+jshint to eslint
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index c6ae7165d..00b7d2e65 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,10 @@ "grunt-babel": "6.0.0", "grunt-cli": "1.2.0", "grunt-compare-size": "0.4.2", - "grunt-contrib-jshint": "1.0.0", "grunt-contrib-uglify": "1.0.1", "grunt-contrib-watch": "1.0.0", + "grunt-eslint": "18.1.0", "grunt-git-authors": "3.2.0", - "grunt-jscs": "2.8.0", "grunt-jsonlint": "1.0.7", "grunt-newer": "1.2.0", "grunt-npmcopy": "0.1.0", |