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.
 
 
 

24 rivejä
430 B

  1. {
  2. "node": true,
  3. "browser": true,
  4. "esnext": true,
  5. "bitwise": true,
  6. "camelcase": true,
  7. "curly": true,
  8. "eqeqeq": true,
  9. "immed": true,
  10. "indent": 2,
  11. "latedef": true,
  12. "newcap": true,
  13. "noarg": true,
  14. "quotmark": "single",
  15. "regexp": true,
  16. "undef": true,
  17. "unused": true,
  18. "strict": true,
  19. "trailing": true,
  20. "smarttabs": true,
  21. "jquery": true,
  22. "white": true
  23. }