Przeglądaj źródła

add jscs to _install_dev_js

Kyle P Davis 10 lat temu
rodzic
commit
3fdb105eca
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .profile

+ 1 - 0
.profile

@@ -75,6 +75,7 @@ _install_dev_js() {
 	PKG=jshint;       which "$PKG" >/dev/null  ||  npm install -g "$PKG"
 	PKG=js-beautify;  which "$PKG" >/dev/null  ||  npm install -g "$PKG"
 	PKG=json;         which "$PKG" >/dev/null  ||  npm install -g "$PKG"
+	PKG=jscs;         which "$PKG" >/dev/null  ||  npm install -g "$PKG"
 }
 
 _install_dev_sh() {