Browse Source

more js tools

Kyle P Davis 10 years ago
parent
commit
632038bceb
1 changed files with 6 additions and 2 deletions
  1. 6 2
      gimmes/my/js

+ 6 - 2
gimmes/my/js

@@ -4,6 +4,10 @@ set -o errexit -o pipefail
 gimme \
 	node \
 	jshint \
+	jscs \
+	eslint \
 	js-beautify \
-	json \
-	jscs
+	babel \
+	mocha \
+	node-inspector \
+	json