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.

37 lines
849 B

9 years ago
9 years ago
9 years ago
9 years ago
  1. {
  2. "globals": {
  3. "$" : true,
  4. "afterEach" : true,
  5. "AnimatedPNG" : true,
  6. "beforeEach" : true,
  7. "console" : true,
  8. "describe" : true,
  9. "expect" : true,
  10. "it" : true,
  11. "jQuery" : true,
  12. "loadFixtures" : true,
  13. "module" : true,
  14. "requestAnimationFrame" : true,
  15. "require" : true,
  16. "semantic" : true
  17. },
  18. "debug" : false,
  19. "devel" : true,
  20. "browser" : true,
  21. "curly" : true,
  22. "immed" : true,
  23. "latedef" : true,
  24. "loopfunc" : true,
  25. "noarg" : true,
  26. "undef" : true,
  27. "sub" : true,
  28. "loopfunc" : true,
  29. "laxbreak" : true,
  30. "evil" : true,
  31. "indent" : false,
  32. "trailing" : false
  33. }