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.

40 lines
902 B

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