1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 15:55:23 +02:00

chore(gruntfile): use eslint instead of jshint

This commit is contained in:
Anthony Lapenna 2017-05-04 10:17:55 +02:00
parent df3a529f0a
commit 5b81b35bf8
2 changed files with 9 additions and 21 deletions

View file

@ -41,7 +41,8 @@
"grunt-recess": "~0.3",
"grunt-replace": "^1.0.1",
"grunt-shell": "^1.1.2",
"grunt-usemin": "^3.1.1"
"grunt-usemin": "^3.1.1",
"gruntify-eslint": "^3.1.0"
},
"scripts": {
"postinstall": "bower install"