Add eslint to test script

pull/142/merge
Glen Cheney 7 years ago
parent d736cb9a2c
commit 8fcc32f4e5

@ -1,6 +1,6 @@
{ {
"name": "shufflejs", "name": "shufflejs",
"version": "4.1.1", "version": "4.2.0",
"description": "Categorize, sort, and filter a responsive grid of items", "description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [ "keywords": [
"gallery", "gallery",
@ -21,7 +21,7 @@
"css": "gulp css", "css": "gulp css",
"gulp": "gulp && npm run css", "gulp": "gulp && npm run css",
"serve": "gulp jekyll", "serve": "gulp jekyll",
"test": "gulp test", "test": "eslint src && gulp test",
"watch": "gulp watch" "watch": "gulp watch"
}, },
"repository": { "repository": {

Loading…
Cancel
Save