Browse Source

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

pull/25/head
AJ ONeal 6 years ago
parent
commit
7364fdd6f5
  1. 1
      .jshintrc
  2. 18
      .jshintrc

1
.jshintrc

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

18
.jshintrc

@ -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
}
Loading…
Cancel
Save