https://github.com/anmavrid/webgme-bip
Raw File
Tip revision: f99af3a70664bd674443e1557b91c0df11f99444 authored by Anastasia Mavridou on 06 October 2017, 21:26:10 UTC
Update README.md
Tip revision: f99af3a
.jshintrc
{
  "esnext": true,
  "bitwise": true,
  "camelcase": true,
  "curly": true,
  "eqeqeq": true,
  "immed": true,
  "indent": 4,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "quotmark": "single",
  "regexp": true,
  "undef": true,
  "unused": true,
  "strict": true,
  "trailing": true,
  "smarttabs": true
}
back to top