You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
394 B

10 years ago
10 years ago
  1. {
  2. "bitwise": true,
  3. "camelcase": true,
  4. "eqeqeq": true,
  5. "globals": { "describe" : false, "it": false, "beforeEach": false },
  6. "globalstrict": false,
  7. "indent": 4,
  8. "latedef": true,
  9. "laxbreak": true,
  10. "maxparams": 3,
  11. "multistr": true,
  12. "newcap": true,
  13. "node": true,
  14. "quotmark": "double",
  15. "trailing": true,
  16. "undef": true,
  17. "unused": true
  18. }