Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/acme-v2.js

Este commit está contenido en:
AJ ONeal 2018-07-11 22:35:48 -06:00
commit 7364fdd6f5
Se han modificado 1 ficheros con 18 adiciones y 1 borrados

Ver fichero

@ -1 +0,0 @@
/Users/aj/dotfiles/dummy/.jshintrc

18
.jshintrc Archivo normal
Ver fichero

@ -0,0 +1,18 @@
{ "node": true
, "browser": true
, "jquery": true
, "globals": { "angular": true, "Promise": true }
, "indent": 2
, "onevar": true
, "laxcomma": true
, "laxbreak": true
, "curly": true
, "nonbsp": true
, "eqeqeq": true
, "immed": true
, "undef": true
, "unused": true
, "latedef": true
}